LaunchVehicleControlFixedDeltaV =============================== .. py:class:: ansys.stk.core.stkobjects.LaunchVehicleControlFixedDeltaV Bases: :py:class:`~ansys.stk.core.stkobjects.IVehicleLaunchControl` Class defining the option to set a Missile's flight parameters by specifying a fixed delta V. .. py:currentmodule:: LaunchVehicleControlFixedDeltaV Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.LaunchVehicleControlFixedDeltaV.delta_v` - Fixed Delta V: the instantaneous thrust to be applied to the vehicle being launched. Uses Rate Dimension. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import LaunchVehicleControlFixedDeltaV Property detail --------------- .. py:property:: delta_v :canonical: ansys.stk.core.stkobjects.LaunchVehicleControlFixedDeltaV.delta_v :type: float Fixed Delta V: the instantaneous thrust to be applied to the vehicle being launched. Uses Rate Dimension.