ProcedureVerticalTakeoff#
- class ansys.stk.core.stkobjects.aviator.ProcedureVerticalTakeoff#
Bases:
IProcedure
Class defining a vertical takeoff procedure.
Overview#
Get the procedure interface. |
|
Set the heading and heading reference. |
Get or set the altitude the aircraft will takeoff to. |
|
Get or set the altitude offset from the site to begin the vertical takeoff. |
|
Get or set the altitude rate at the end of the procedure. |
|
Get the heading for the procedure. |
|
Get or set the option to define the heading according to the wind direction. |
|
Get or set the duration the aircraft will wait before beginning the takeoff. |
|
Get the option to use a magnetic heading. |
Import detail#
from ansys.stk.core.stkobjects.aviator import ProcedureVerticalTakeoff
Property detail#
- property ProcedureVerticalTakeoff.altitude_above_point: float#
Get or set the altitude the aircraft will takeoff to.
- property ProcedureVerticalTakeoff.altitude_offset: float#
Get or set the altitude offset from the site to begin the vertical takeoff.
- property ProcedureVerticalTakeoff.final_altitude_rate: VTOLRateMode#
Get or set the altitude rate at the end of the procedure.
- property ProcedureVerticalTakeoff.heading_into_wind: bool#
Get or set the option to define the heading according to the wind direction.
Method detail#
- ProcedureVerticalTakeoff.get_as_procedure(self) IProcedure #
Get the procedure interface.
- Returns:
IProcedure