VehicleAttitudeSlewFixedTime ============================ .. py:class:: ansys.stk.core.stkobjects.VehicleAttitudeSlewFixedTime Bases: :py:class:`~ansys.stk.core.stkobjects.IVehicleAttitudeSlewBase` Fixed time slew. .. py:currentmodule:: VehicleAttitudeSlewFixedTime Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleAttitudeSlewFixedTime.slew_time` - Get or set the time required to change attitude. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleAttitudeSlewFixedTime.match_angular_velocity` - Indicate whether to take account of the angular velocity (slope) at the beginning and the end of the slew. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleAttitudeSlewFixedTime Property detail --------------- .. py:property:: slew_time :canonical: ansys.stk.core.stkobjects.VehicleAttitudeSlewFixedTime.slew_time :type: float Get or set the time required to change attitude. .. py:property:: match_angular_velocity :canonical: ansys.stk.core.stkobjects.VehicleAttitudeSlewFixedTime.match_angular_velocity :type: bool Indicate whether to take account of the angular velocity (slope) at the beginning and the end of the slew.