AttitudeScheduleTimesElement ============================ .. py:class:: ansys.stk.core.stkobjects.AttitudeScheduleTimesElement Parameters for scheduled times for target pointing attitude. .. py:currentmodule:: AttitudeScheduleTimesElement Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.AttitudeScheduleTimesElement.start` - Start time. Uses DateFormat Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.AttitudeScheduleTimesElement.stop` - Stop time. Uses DateFormat Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.AttitudeScheduleTimesElement.target` - Get the target. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import AttitudeScheduleTimesElement Property detail --------------- .. py:property:: start :canonical: ansys.stk.core.stkobjects.AttitudeScheduleTimesElement.start :type: typing.Any Start time. Uses DateFormat Dimension. .. py:property:: stop :canonical: ansys.stk.core.stkobjects.AttitudeScheduleTimesElement.stop :type: typing.Any Stop time. Uses DateFormat Dimension. .. py:property:: target :canonical: ansys.stk.core.stkobjects.AttitudeScheduleTimesElement.target :type: LinkToObject Get the target.