MonostaticRCSData#
- class ansys.aedt.toolkits.radar_explorer.rcs_visualization.MonostaticRCSData(input_file)[source]#
Provides monostatic RCS data.
This class reads the monostatic RCS metadata in a JSON file generated by the PyAEDT
MonostaticRCSExporterclass and returns the Python interface to plot and analyze the RCS data.- Parameters:
- input_file
str Metadata information in a JSON file.
- input_file
Examples
>>> from ansys.aedt.core import Hfss >>> from ansys.aedt.toolkits.radar_explorer.rcs_visualization import MonostaticRCSData >>> app = Hfss(version="2026.1", design="Antenna") >>> data = app.get_rcs_data() >>> metadata_file = data.metadata_file >>> app.release_desktop() >>> rcs_data = MonostaticRCSData(input_file=metadata_file)
Methods
MonostaticRCSData.phase_shift(data, ...)Apply phase shift to the data if the output has an even number of points in the
slice_idxdirection.MonostaticRCSData.window_function([window, size])Apply a window function.
Attributes
Aspect range for ISAR.
Available incident wave phi.
Available incident wave theta.
RCS data conversion function.
Extrapolation flag.
Available frequencies.
Active frequency.
Frequency units.
Grid size for ISAR.
Active incident wave phi.
Active incident wave theta.
Input file.
Interpolation method.
ISAR 2D.
ISAR 3D.
Antenna metadata.
Data name.
Range profile.
Antenna data.
RCS data for active frequency, theta, and phi.
RCS data for active frequency.
RCS data for active incident wave phi.
RCS data for active incident wave theta.
RCS data for active theta and phi.
Data solution name.
Upsample azimuth for ISAR.
Upsample elevation for ISAR.
Upsample range for ISAR.
Waterfall.
Window function.
Window size.