ProcedureVerticalLanding#

class ansys.stk.core.stkobjects.aviator.ProcedureVerticalLanding#

Bases: IProcedure

Class defining a vertical landing procedure.

Overview#

set_heading

Set the heading and heading reference.

get_as_procedure

Get the procedure interface.

altitude_above_point

Get or set the altitude the aircraft will takeoff to.

final_altitude_rate

Get or set the altitude rate at the end of the procedure.

altitude_offset

Get or set the altitude offset from the site to begin the vertical takeoff.

heading_mode

Get or set the mode to define the heading during the landing.

heading

Get the heading for the procedure.

use_magnetic_heading

Get the option to use a magnetic heading.

radius_factor

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.

property ProcedureVerticalLanding.heading: Any#

Get the heading for the procedure.

property ProcedureVerticalLanding.use_magnetic_heading: bool#

Get the option to use a magnetic heading.

property ProcedureVerticalLanding.radius_factor: float#

Get or set the radius factor for turns performed while translating to the hover point.

Method detail#

ProcedureVerticalLanding.set_heading(self, heading: Any, is_magnetic: bool) None#

Set the heading and heading reference.

Parameters:

heading : Any

is_magnetic : bool

Returns:

None

ProcedureVerticalLanding.get_as_procedure(self) IProcedure#

Get the procedure interface.

Returns:

IProcedure