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