ProcedureLaunchWaypoint#
- class ansys.stk.core.stkobjects.aviator.ProcedureLaunchWaypoint#
Bases:
IProcedure
Class defining a Launch Waypoint procedure.
Overview#
Set the launch airspeed. |
|
Get the procedure interface. |
Get or set the launch time of the aircraft. |
|
Get or set the launch altitude reference. |
|
Get or set the launch altitude. |
|
Get or set the launch direction bearing. |
|
Get or set the launch direction elevation. |
|
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. |
Import detail#
from ansys.stk.core.stkobjects.aviator import ProcedureLaunchWaypoint
Property detail#
- property ProcedureLaunchWaypoint.altitude_reference: AltitudeReference#
Get or set the launch altitude reference.
- 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.fuel_flow_type: FuelFlowType#
Get or set the fuel flow type of the aircraft during the launch.
Method detail#
- ProcedureLaunchWaypoint.set_airspeed(self, airspeed_type: AirspeedType, airspeed: float) None #
Set the launch airspeed.
- ProcedureLaunchWaypoint.get_as_procedure(self) IProcedure #
Get the procedure interface.
- Returns:
IProcedure