AntennaContourLevel =================== .. py:class:: ansys.stk.core.stkobjects.AntennaContourLevel Class defining an antenna contour level. .. py:currentmodule:: AntennaContourLevel Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.AntennaContourLevel.value` - Get the contour level value. * - :py:attr:`~ansys.stk.core.stkobjects.AntennaContourLevel.color` - Get or set the contour level color. * - :py:attr:`~ansys.stk.core.stkobjects.AntennaContourLevel.line_style` - Select the line style, displayed for the contour level, from the LineStyle enumeration. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import AntennaContourLevel Property detail --------------- .. py:property:: value :canonical: ansys.stk.core.stkobjects.AntennaContourLevel.value :type: float Get the contour level value. .. py:property:: color :canonical: ansys.stk.core.stkobjects.AntennaContourLevel.color :type: Color Get or set the contour level color. .. py:property:: line_style :canonical: ansys.stk.core.stkobjects.AntennaContourLevel.line_style :type: LineStyle Select the line style, displayed for the contour level, from the LineStyle enumeration.