MonostaticRCSPlotter#
- class ansys.aedt.core.visualization.advanced.rcs_visualization.MonostaticRCSPlotter(rcs_data)#
Provides monostatic radar cross-section (RCS) plot functionalities.
- Parameters:
- rcs_data
ansys.aedt.core.generic.rcs_visualization.MonostaticRCSData
Monostatic RCS data object.
- rcs_data
Examples
>>> from ansys.aedt.core import Hfss >>> from ansys.aedt.core.generic.rcs_visualization import MonostaticRCSData >>> from ansys.aedt.core.generic.rcs_visualization import MonostaticRCSPlotter >>> app = Hfss(version="2023.2", design="Antenna") >>> data = app.get_rcs_data() >>> metadata_file = data.metadata_file >>> app.release_desktop() >>> rcs_data = MonostaticRCSData(input_file=metadata_file) >>> rcs_plotter = MonostaticRCSPlotter(rcs_data)
Methods
Add a 2D ISAR (Inverse Synthetic Aperture Radar) visualization to the current 3D scene.
Add the 3D range profile.
Add a 3D range profile setting representation to the current scene.
MonostaticRCSPlotter.add_rcs
([color_bar])Add a 3D RCS representation to the current scene.
MonostaticRCSPlotter.add_waterfall
([color_bar])Add the 3D waterfall.
Add a 3D waterfall setting representation to the current scene.
MonostaticRCSPlotter.plot_isar_2d
([title, ...])Create a 2D contour plot of the ISAR.
Create a 2D plot of the range profile.
Create a 2D plot of the monostatic RCS.
MonostaticRCSPlotter.plot_rcs_3d
([title, ...])Create a 3D plot of the monostatic RCS.
MonostaticRCSPlotter.plot_scene
([show])Plot the 3D scene including models, annotations, and results.
MonostaticRCSPlotter.plot_waterfall
([title, ...])Create a 2D contour plot of the waterfall.
MonostaticRCSPlotter.stretch_data
(data, ...)Stretches and scales the input data to a specified range.
Attributes
All scene actors.
Geometry extents.
Geometry extents.
Geometry information.
Model units.
Geometry extents.
RCS data object.