ProcedureLaunch#

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

Bases: IProcedure

Class defining a launch 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.

position_point_name

Get or set the name of the point used for the launch position.

direction_vec_name

Get or set the name of the vector used for the launch direction.

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 ProcedureLaunch

Property detail#

property ProcedureLaunch.launch_time: Any#

Get or set the launch time of the aircraft.

property ProcedureLaunch.position_point_name: str#

Get or set the name of the point used for the launch position.

property ProcedureLaunch.direction_vec_name: str#

Get or set the name of the vector used for the launch direction.

property ProcedureLaunch.attitude_mode: LaunchAttitudeMode#

Get or set the attitude mode during the launch.

property ProcedureLaunch.specify_launch_airspeed: bool#

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

property ProcedureLaunch.acceleration_g: float#

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

property ProcedureLaunch.airspeed_type: AirspeedType#

Get the airspeed type.

property ProcedureLaunch.airspeed: float#

Get the goal airspeed for the launch.

property ProcedureLaunch.fuel_flow_type: FuelFlowType#

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

property ProcedureLaunch.override_fuel_flow: float#

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

property ProcedureLaunch.true_course_hint: Any#

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

Method detail#

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

Set the launch airspeed.

Parameters:

airspeed_type : AirspeedType

airspeed : float

Returns:

None

ProcedureLaunch.get_as_procedure(self) IProcedure#

Get the procedure interface.

Returns:

IProcedure