ProcedureVerticalLanding#
- class ansys.stk.core.stkobjects.aviator.ProcedureVerticalLanding#
Bases:
IProcedure
Class defining a vertical landing 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 or set the mode to define the heading during the landing. |
|
Get the heading for the procedure. |
|
Get the option to use a magnetic heading. |
|
Get or set the radius factor for turns performed while translating to the hover point. |
Import detail#
from ansys.stk.core.stkobjects.aviator import ProcedureVerticalLanding
Property detail#
- property ProcedureVerticalLanding.altitude_above_point: float#
Get or set the altitude the aircraft will takeoff to.
- property ProcedureVerticalLanding.final_altitude_rate: VTOLRateMode#
Get or set the altitude rate at the end of the procedure.
- property ProcedureVerticalLanding.altitude_offset: float#
Get or set the altitude offset from the site to begin the vertical takeoff.
- property ProcedureVerticalLanding.heading_mode: VertLandingMode#
Get or set the mode to define the heading during the landing.
Method detail#
- ProcedureVerticalLanding.set_heading(self, heading: Any, is_magnetic: bool) None #
Set the heading and heading reference.
- ProcedureVerticalLanding.get_as_procedure(self) IProcedure #
Get the procedure interface.
- Returns:
IProcedure