AccessTargetTime ================ .. py:class:: ansys.stk.core.stkobjects.AccessTargetTime Class for defining Sensor target times in terms of access. .. py:currentmodule:: AccessTargetTime Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.AccessTargetTime.start_time` - Start time for the access period. Uses DateFormat Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.AccessTargetTime.stop_time` - Stop time for the access period. Uses DateFormat Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.AccessTargetTime.target` - Object to which there is access. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import AccessTargetTime Property detail --------------- .. py:property:: start_time :canonical: ansys.stk.core.stkobjects.AccessTargetTime.start_time :type: typing.Any Start time for the access period. Uses DateFormat Dimension. .. py:property:: stop_time :canonical: ansys.stk.core.stkobjects.AccessTargetTime.stop_time :type: typing.Any Stop time for the access period. Uses DateFormat Dimension. .. py:property:: target :canonical: ansys.stk.core.stkobjects.AccessTargetTime.target :type: str Object to which there is access.