Extent ====== .. py:class:: ansys.stk.core.stkrfchannelmodeler.Extent The extent in which the channel characterizations will be computed. .. py:currentmodule:: Extent Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.Extent.north_latitude` - Get or set the north latitude. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.Extent.south_latitude` - Get or set the south latitude. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.Extent.east_longitude` - Get or set the east longitude. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.Extent.west_longitude` - Get or set the west longitude. Import detail ------------- .. code-block:: python from ansys.stk.core.stkrfchannelmodeler import Extent Property detail --------------- .. py:property:: north_latitude :canonical: ansys.stk.core.stkrfchannelmodeler.Extent.north_latitude :type: float Get or set the north latitude. .. py:property:: south_latitude :canonical: ansys.stk.core.stkrfchannelmodeler.Extent.south_latitude :type: float Get or set the south latitude. .. py:property:: east_longitude :canonical: ansys.stk.core.stkrfchannelmodeler.Extent.east_longitude :type: float Get or set the east longitude. .. py:property:: west_longitude :canonical: ansys.stk.core.stkrfchannelmodeler.Extent.west_longitude :type: float Get or set the west longitude.