VehicleLaunchControl ==================== .. py:class:: ansys.stk.core.stkobjects.VehicleLaunchControl IntEnum .. py:currentmodule:: VehicleLaunchControl Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~UNKNOWN` - Unknown. * - :py:attr:`~FIXED_APOGEE_ALTITUDE` - Fixed apogee altitude. * - :py:attr:`~FIXED_DELTA_V` - Fixed Delta V. * - :py:attr:`~FIXED_DELTA_V_MINIMUM_ECCENTRICITY` - Fixed Delta V minimum eccentricity. * - :py:attr:`~FIXED_TIME_OF_FLIGHT` - Fixed time of flight. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleLaunchControl