AntennaContourLevel#

class ansys.stk.core.stkobjects.AntennaContourLevel#

Class defining an antenna contour level.

Overview#

value

Get the contour level value.

color

Get or set the contour level color.

line_style

Select the line style, displayed for the contour level, from the LineStyle enumeration.

Import detail#

from ansys.stk.core.stkobjects import AntennaContourLevel

Property detail#

property AntennaContourLevel.value: float#

Get the contour level value.

property AntennaContourLevel.color: Color#

Get or set the contour level color.

property AntennaContourLevel.line_style: LineStyle#

Select the line style, displayed for the contour level, from the LineStyle enumeration.