MonostaticRCSPlotter#
- class ansys.aedt.core.visualization.advanced.rcs_visualization.MonostaticRCSPlotter(rcs_data=None)#
Provides monostatic radar cross-section (RCS) plot functionalities.
- Parameters:
- rcs_data
ansys.aedt.core.visualization.advanced.rcs_visualization
,optional
Monostatic RCS data object.
- rcs_data
Examples
>>> from ansys.aedt.core import Hfss >>> from ansys.aedt.core.visualization.advanced.rcs_visualization import MonostaticRCSData >>> from ansys.aedt.core.visualization.advanced.rcs_visualization import MonostaticRCSPlotter >>> app = Hfss(version="2025.1", 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 incident wave arrow setting for ISAR 2D scene.
Add incident wave arrow setting for ISAR 3D scene.
MonostaticRCSPlotter.add_incident_range_profile_settings
([...])Add incident wave arrow setting for range profile scene.
Add incident wave arrow setting for RCS scene.
Add incident wave arrow setting for waterfall scene.
Add the ISAR 2D.
Add a 2D ISAR (Inverse Synthetic Aperture Radar) visualization to the current 3D scene.
Add a 3D 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 center.
Geometry extents.
Geometry information.
Model units.
Geometry radius.
RCS data object.