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))#

Create a 2D plot of the monostatic RCS.

Parameters:
primary_sweepstr, optional.

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

secondary_sweepstr, optional.

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

secondary_sweep_valuefloat, list, str, optional

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

titlestr, optional

Plot title. The default is "RectangularPlot".

output_filestr, optional

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

showbool, optional

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

is_polarbool, optional

Whether this plot is a polar plot. The default is True.

show_legendbool, optional

Whether to display the legend or not. The default is True.

sizetuple, optional

Image size in pixel (width, height).

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

PyAEDT matplotlib figure object.