IAntennaContour#
- class ansys.stk.core.stkobjects.IAntennaContour#
IAntennaContour Interface for a antennaβs contour properties.
Overview#
Enable the ability to view the contours at a set altitude. |
|
Get or set the altitude to view the contours. |
|
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). |
|
The color ramp start color. |
|
The color ramp stop color. |
|
Get the contour type. |
|
Get the collection of contour levels. |
Import detail#
from ansys.stk.core.stkobjects import IAntennaContour
Property detail#
- property IAntennaContour.show_at_altitude: bool#
Enable the ability to view the contours at a set altitude.
- property IAntennaContour.relative_to_maximum_gain: bool#
The contours value represents the gain value relative to the maximum.
- property IAntennaContour.number_of_label_decimal_digits: int#
Get or set the integer number of decimal places to display in the contour label.
- property IAntennaContour.line_width: LineWidth#
Select the line width in which antenna 2D graphics display from the LineWidth enumeration.
- property IAntennaContour.color_method: FigureOfMeritGraphics2DColorMethod#
Color method for contours (color ramp or explicit).
- property IAntennaContour.type: AntennaContourType#
Get the contour type.
- property IAntennaContour.levels: AntennaContourLevelCollection#
Get the collection of contour levels.