TrackMode ========= .. py:class:: ansys.stk.core.stkobjects.TrackMode IntEnum .. py:currentmodule:: TrackMode Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~RECEIVE` - Receive: the antenna is oriented slightly behind the current location of the other object. * - :py:attr:`~TRANSMIT` - Transmit: the antenna is oriented slightly ahead of the current location of the other object. * - :py:attr:`~TRANSPOND` - Transpond: the antenna points to the true location of the target object. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import TrackMode