ProcedureLaunchWaypoint#

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

Bases: IProcedure

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

altitude_reference

Get or set the launch altitude reference.

launch_altitude

Get or set the launch altitude.

launch_true_bearing

Get or set the launch direction bearing.

launch_elevation

Get or set the launch direction elevation.

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.

Import detail#

from ansys.stk.core.stkobjects.aviator import ProcedureLaunchWaypoint

Property detail#

property ProcedureLaunchWaypoint.launch_time: Any#

Get or set the launch time of the aircraft.

property ProcedureLaunchWaypoint.altitude_reference: AltitudeReference#

Get or set the launch altitude reference.

property ProcedureLaunchWaypoint.launch_altitude: float#

Get or set the launch altitude.

property ProcedureLaunchWaypoint.launch_true_bearing: Any#

Get or set the launch direction bearing.

property ProcedureLaunchWaypoint.launch_elevation: Any#

Get or set the launch direction elevation.

property ProcedureLaunchWaypoint.acceleration_g: float#

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

property ProcedureLaunchWaypoint.airspeed_type: AirspeedType#

Get the airspeed type.

property ProcedureLaunchWaypoint.airspeed: float#

Get the goal airspeed for the launch.

property ProcedureLaunchWaypoint.fuel_flow_type: FuelFlowType#

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

property ProcedureLaunchWaypoint.override_fuel_flow: float#

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

Method detail#

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

Set the launch airspeed.

Parameters:

airspeed_type : AirspeedType

airspeed : float

Returns:

None

ProcedureLaunchWaypoint.get_as_procedure(self) IProcedure#

Get the procedure interface.

Returns:

IProcedure