LaunchVehicleControlFixedTimeOfFlight ===================================== .. py:class:: ansys.stk.core.stkobjects.LaunchVehicleControlFixedTimeOfFlight Bases: :py:class:`~ansys.stk.core.stkobjects.IVehicleLaunchControl` Class defining the option to set a Missile's flight parameters by specifying a fixed time of flight. .. py:currentmodule:: LaunchVehicleControlFixedTimeOfFlight Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.LaunchVehicleControlFixedTimeOfFlight.time_of_flight` - Fixed time of flight: duration of the vehicle's flight. Uses Time Dimension. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import LaunchVehicleControlFixedTimeOfFlight Property detail --------------- .. py:property:: time_of_flight :canonical: ansys.stk.core.stkobjects.LaunchVehicleControlFixedTimeOfFlight.time_of_flight :type: float Fixed time of flight: duration of the vehicle's flight. Uses Time Dimension.