IvTimeSense =========== .. py:class:: ansys.stk.core.stkobjects.IvTimeSense IntEnum .. py:currentmodule:: IvTimeSense Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~UNKNOWN` - Unknown time sense option. * - :py:attr:`~TRANSMIT` - Clock host is transmitting. * - :py:attr:`~RECEIVE` - Clock host is receiving. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import IvTimeSense