ProcedureLaunchDynamicState#

class ansys.stk.core.stkobjects.aviator.ProcedureLaunchDynamicState#

Bases: IProcedure

Class defining a Launch Dyn State procedure.

Overview#

set_airspeed

Set the launch airspeed.

get_as_procedure

Get the procedure interface.

launch_time

Get or set the launch time of the aircraft.

coord_frame

Get or set the reference coordinate frame for the dyn state launch procedure.

bearing_reference

Get or set the bearing reference for the dyn state launch procedure.

launch_bearing

Get or set the launch direction bearing.

launch_elevation

Get or set the launch direction elevation.

attitude_mode

Get or set the attitude mode during the launch.

specify_launch_airspeed

Opt to specify a minimum launch speed the aircraft will accelerate to.

acceleration_g

Get or set the acceleration of the aircraft during the launch.

airspeed_type

Get the airspeed type.

airspeed

Get the goal airspeed for the launch.

fuel_flow_type

Get or set the fuel flow type of the aircraft during the launch.

override_fuel_flow

Get or set the fuel flow value for a fuel flow type set to Override.

true_course_hint

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.launch_time: Any#

Get or set the launch time of the aircraft.

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_bearing: Any#

Get or set the launch direction bearing.

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.airspeed: float#

Get the goal airspeed for the launch.

property ProcedureLaunchDynamicState.fuel_flow_type: FuelFlowType#

Get or set the fuel flow type of the aircraft during the launch.

property ProcedureLaunchDynamicState.override_fuel_flow: float#

Get or set the fuel flow value for a fuel flow type set to Override.

property ProcedureLaunchDynamicState.true_course_hint: Any#

Get or set the true course used when the vehicle’s direction vector is set to Zenith.

Method detail#

ProcedureLaunchDynamicState.set_airspeed(self, airspeed_type: AirspeedType, airspeed: float) None#

Set the launch airspeed.

Parameters:

airspeed_type : AirspeedType

airspeed : float

Returns:

None

ProcedureLaunchDynamicState.get_as_procedure(self) IProcedure#

Get the procedure interface.

Returns:

IProcedure