ProcedureVerticalTakeoff#

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

Bases: IProcedure

Class defining a vertical takeoff 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

Get the heading for the procedure.

use_magnetic_heading

Get the option to use a magnetic heading.

heading_into_wind

Get or set the option to define the heading according to the wind direction.

hold_on_deck

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.heading: Any#

Get the heading for the procedure.

property ProcedureVerticalTakeoff.use_magnetic_heading: bool#

Get the option to use a magnetic heading.

property ProcedureVerticalTakeoff.heading_into_wind: bool#

Get or set the option to define the heading according to the wind direction.

property ProcedureVerticalTakeoff.hold_on_deck: Any#

Get or set the duration the aircraft will wait before beginning the takeoff.

Method detail#

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

Set the heading and heading reference.

Parameters:

heading : Any

is_magnetic : bool

Returns:

None

ProcedureVerticalTakeoff.get_as_procedure(self) IProcedure#

Get the procedure interface.

Returns:

IProcedure