RadarCrossSectionGraphics#
- class ansys.stk.core.stkobjects.RadarCrossSectionGraphics#
Class defining graphics properties of radar cross section.
Overview#
Set the azimuth/elevation ranges and resolution. |
|
Set the azimuth/elevation ranges and number of points. |
Opt whether to display graphics for the radar cross section. |
|
Get or set the frequency. |
|
Get or set the polarization. |
|
Enable the ability to view the contours at a set altitude. |
|
Get or set the altitude to view the contours. |
|
Get or set the contours value represents the gain value relative to the maximum. |
|
Get or set the option for showing contour labels. |
|
Get or set the integer number of decimal places to display in the contour label. |
|
Select the line width in which antenna 2D graphics display from the LineWidth enumeration. |
|
Color method for contours (color ramp or explicit). |
|
Get or set the color ramp start color. |
|
Get or set the color ramp stop color. |
|
Get the collection of contour levels. |
|
Get the azimuth start value. |
|
Get the azimuth stop value. |
|
Get the azimuth resolution. |
|
Get the number of azimuth points. |
|
Get the elevation start value. |
|
Get the elevation stop value. |
|
Get the elevation resolution. |
|
Get the number of elevation points. |
Import detail#
from ansys.stk.core.stkobjects import RadarCrossSectionGraphics
Property detail#
- property RadarCrossSectionGraphics.show: bool#
Opt whether to display graphics for the radar cross section.
- property RadarCrossSectionGraphics.polarization: RadarCrossSectionContourGraphicsPolarization#
Get or set the polarization.
- property RadarCrossSectionGraphics.show_at_altitude: bool#
Enable the ability to view the contours at a set altitude.
- property RadarCrossSectionGraphics.relative_to_maximum_gain: bool#
Get or set the contours value represents the gain value relative to the maximum.
- property RadarCrossSectionGraphics.show_labels: bool#
Get or set the option for showing contour labels.
- property RadarCrossSectionGraphics.number_of_label_decimal_digits: int#
Get or set the integer number of decimal places to display in the contour label.
- property RadarCrossSectionGraphics.line_width: LineWidth#
Select the line width in which antenna 2D graphics display from the LineWidth enumeration.
- property RadarCrossSectionGraphics.color_method: FigureOfMeritGraphics2DColorMethod#
Color method for contours (color ramp or explicit).
- property RadarCrossSectionGraphics.levels: RadarCrossSectionContourLevelCollection#
Get the collection of contour levels.
Method detail#
- RadarCrossSectionGraphics.set_resolution(self, azimuth_start: float, azimuth_stop: float, azimuth_resolution: float, elevation_start: float, elevation_stop: float, elevation_resolution: float) None #
Set the azimuth/elevation ranges and resolution.