ProcedureVerticalTakeoff#
- class ansys.stk.core.stkobjects.aviator.ProcedureVerticalTakeoff#
Bases:
IProcedure
Class defining a vertical takeoff procedure.
Overview#
Set the heading and heading reference. |
|
Get the procedure interface. |
Get or set the altitude the aircraft will takeoff to. |
|
Get or set the altitude rate at the end of the procedure. |
|
Get or set the altitude offset from the site to begin the vertical takeoff. |
|
Get the heading for the procedure. |
|
Get the option to use a magnetic heading. |
|
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. |
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.final_altitude_rate: VTOLRateMode#
Get or set the altitude rate at the end of the procedure.
- property ProcedureVerticalTakeoff.altitude_offset: float#
Get or set the altitude offset from the site to begin the vertical takeoff.
- property ProcedureVerticalTakeoff.use_magnetic_heading: bool#
Get the option to use a magnetic heading.
Method detail#
- ProcedureVerticalTakeoff.set_heading(self, heading: Any, is_magnetic: bool) None #
Set the heading and heading reference.
- ProcedureVerticalTakeoff.get_as_procedure(self) IProcedure #
Get the procedure interface.
- Returns:
IProcedure