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_sweep
str, default:"IWavePhi" X-axis variable. Options are
"Freq","IWavePhi"and"IWaveTheta".- secondary_sweep
str, default:"IWavePhi" Y-axis variable. Options are
"Freq","IWavePhi"and"IWaveTheta".- secondary_sweep_value
float,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.
- title
str, default:"RectangularPlot" Plot title.
- output_file
str, 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.
- size
tuple, default: (1920, 1440) Image size in pixel (width, height).
- primary_sweep
- Returns:
ansys.aedt.core.visualization.plot.matplotlib.ReportPlotterPyAEDT Matplotlib figure object.