ProcedureLaunchDynamicState#
- class ansys.stk.core.stkobjects.aviator.ProcedureLaunchDynamicState#
Bases:
IProcedure
Class defining a Launch Dyn State procedure.
Overview#
Set the launch airspeed. |
|
Get the procedure interface. |
Get or set the launch time of the aircraft. |
|
Get or set the reference coordinate frame for the dyn state launch procedure. |
|
Get or set the bearing reference for the dyn state launch procedure. |
|
Get or set the launch direction bearing. |
|
Get or set the launch direction elevation. |
|
Get or set the attitude mode during the launch. |
|
Opt to specify a minimum launch speed the aircraft will accelerate to. |
|
Get or set the acceleration of the aircraft during the launch. |
|
Get the airspeed type. |
|
Get the goal airspeed for the launch. |
|
Get or set the fuel flow type of the aircraft during the launch. |
|
Get or set the fuel flow value for a fuel flow type set to Override. |
|
Get or set the true course used when the vehicleβs direction vector is set to Zenith. |
Import detail#
from ansys.stk.core.stkobjects.aviator import ProcedureLaunchDynamicState
Property detail#
- property ProcedureLaunchDynamicState.coord_frame: LaunchDynamicStateCoordFrame#
Get or set the reference coordinate frame for the dyn state launch procedure.
- property ProcedureLaunchDynamicState.bearing_reference: LaunchDynamicStateBearingReference#
Get or set the bearing reference for the dyn state launch procedure.
- property ProcedureLaunchDynamicState.launch_elevation: Any#
Get or set the launch direction elevation.
- property ProcedureLaunchDynamicState.attitude_mode: LaunchAttitudeMode#
Get or set the attitude mode during the launch.
- property ProcedureLaunchDynamicState.specify_launch_airspeed: bool#
Opt to specify a minimum launch speed the aircraft will accelerate to.
- property ProcedureLaunchDynamicState.acceleration_g: float#
Get or set the acceleration of the aircraft during the launch.
- property ProcedureLaunchDynamicState.airspeed_type: AirspeedType#
Get the airspeed type.
- property ProcedureLaunchDynamicState.fuel_flow_type: FuelFlowType#
Get or set the fuel flow type of the aircraft during the launch.
Method detail#
- ProcedureLaunchDynamicState.set_airspeed(self, airspeed_type: AirspeedType, airspeed: float) None #
Set the launch airspeed.
- ProcedureLaunchDynamicState.get_as_procedure(self) IProcedure #
Get the procedure interface.
- Returns:
IProcedure