TakeoffDeparturePoint#
- class ansys.stk.core.stkobjects.aviator.TakeoffDeparturePoint#
Class defining the departure point options for a takeoff procedure.
Overview#
Get or set the angle at which the aircraft will climb from the procedure site to the departure point. |
|
Get or set the aircraftβs altitude when it departs the runway. |
|
Get or set the downrange distance the aircraft will travel when departing the runway. |
|
Opt whether to use terrain data to define the runwayβs ground level attitude. |
|
Get or set the altitude offset above the ground level. |
|
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.