plot_rcs#

MonostaticRCSPlotter.plot_rcs(primary_sweep='IWavePhi', secondary_sweep='IWaveTheta', secondary_sweep_value=None, title='Monostatic RCS', output_file=None, show=True, is_polar=False, show_legend=True, size=(1920, 1440))[source]#

Create a 2D plot of the monostatic RCS.

Parameters:
primary_sweepstr, default: "IWavePhi"

X-axis variable. Options are "Freq", "IWavePhi" and "IWaveTheta".

secondary_sweepstr, default: "IWavePhi"

Y-axis variable. Options are "Freq", "IWavePhi" and "IWaveTheta".

secondary_sweep_valuefloat, list, str, default: 0

List of cuts on the secondary sweep to plot. Options are “all”, a single value float, or a list of float values.

titlestr, default: "RectangularPlot"

Plot title.

output_filestr, default: None

Full path for the image file. The default is None, in which case an image in not exported.

showbool, default: True

Whether to show the plot. If False, the Matplotlib instance of the plot is shown.

is_polarbool, default: True

Whether this plot is a polar plot.

show_legendbool, default: True

Whether to display the legend.

sizetuple, default: (1920, 1440)

Image size in pixel (width, height).

Returns:
ansys.aedt.core.visualization.plot.matplotlib.ReportPlotter

PyAEDT Matplotlib figure object.