ProcedureLaunch#
- class ansys.stk.core.stkobjects.aviator.ProcedureLaunch#
Bases:
IProcedure
Class defining a launch procedure.
Overview#
Set the launch airspeed. |
|
Get the procedure interface. |
Get or set the launch time of the aircraft. |
|
Get or set the name of the point used for the launch position. |
|
Get or set the name of the vector used for the launch direction. |
|
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 ProcedureLaunch
Property detail#
- 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.fuel_flow_type: FuelFlowType#
Get or set the fuel flow type of the aircraft during the launch.
Method detail#
- ProcedureLaunch.set_airspeed(self, airspeed_type: AirspeedType, airspeed: float) None #
Set the launch airspeed.
- ProcedureLaunch.get_as_procedure(self) IProcedure #
Get the procedure interface.
- Returns:
IProcedure