TakeoffLowTransition#

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

Class defining the low transition options for a takeoff procedure.

Overview#

use_runway_terrain

Opt whether to use terrain data to define the runway’s ground level attitude.

runway_altitude_offset

Get or set the altitude offset above the ground level.

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 TakeoffLowTransition

Property detail#

property TakeoffLowTransition.use_runway_terrain: bool#

Opt whether to use terrain data to define the runway’s ground level attitude.

property TakeoffLowTransition.runway_altitude_offset: float#

Get or set the altitude offset above the ground level.

property TakeoffLowTransition.hold_on_deck: Any#

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