TakeoffDeparturePoint#

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

Class defining the departure point options for a takeoff procedure.

Overview#

takeoff_climb_angle

Get or set the angle at which the aircraft will climb from the procedure site to the departure point.

departure_altitude

Get or set the aircraft’s altitude when it departs the runway.

departure_point_range

Get or set the downrange distance the aircraft will travel when departing the runway.

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 TakeoffDeparturePoint

Property detail#

property TakeoffDeparturePoint.takeoff_climb_angle: Any#

Get or set the angle at which the aircraft will climb from the procedure site to the departure point.

property TakeoffDeparturePoint.departure_altitude: float#

Get or set the aircraft’s altitude when it departs the runway.

property TakeoffDeparturePoint.departure_point_range: float#

Get or set the downrange distance the aircraft will travel when departing the runway.

property TakeoffDeparturePoint.use_runway_terrain: bool#

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

property TakeoffDeparturePoint.runway_altitude_offset: float#

Get or set the altitude offset above the ground level.

property TakeoffDeparturePoint.hold_on_deck: Any#

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