LandingEnterDownwindPattern#
- class ansys.stk.core.stkobjects.aviator.LandingEnterDownwindPattern#
Class defining the enter downwind pattern options for a landing procedure.
Overview#
Get or set the range from the reference point of the runway at which the aircraft begins its landing approach. |
|
Get or set the reference point on the runway for the Approach Fix Range. |
|
Get or set the distance from the runway that the aircraft will fly the parallel leg of the landing pattern. |
|
Get or set the altitude at which the aircraft will fly the parallel leg of the landing pattern. |
|
Get or set the direction of the turn that the aircraft will make when it lines up over the runway to land. |
|
Get or set the angle from the horizontal on which the aircraft descends to touchdown. |
|
Get or set the altitude offset above the ground level. |
|
Opt whether to use terrain data to define the runway’s ground level attitude. |
|
Opt whether to perform a Touch and Go landing. The procedure will stop at wheels down and can be immediately followed by a takeoff procedure. |
Import detail#
from ansys.stk.core.stkobjects.aviator import LandingEnterDownwindPattern
Property detail#
- property LandingEnterDownwindPattern.approach_fix_range: float#
Get or set the range from the reference point of the runway at which the aircraft begins its landing approach.
- property LandingEnterDownwindPattern.approach_fix_range_mode: LandingApproachFixRangeMode#
Get or set the reference point on the runway for the Approach Fix Range.
- property LandingEnterDownwindPattern.abeam_distance: float#
Get or set the distance from the runway that the aircraft will fly the parallel leg of the landing pattern.
- property LandingEnterDownwindPattern.abeam_altitude: float#
Get or set the altitude at which the aircraft will fly the parallel leg of the landing pattern.
- property LandingEnterDownwindPattern.final_turn: NavigatorTurnDirection#
Get or set the direction of the turn that the aircraft will make when it lines up over the runway to land.
- property LandingEnterDownwindPattern.glideslope: Any#
Get or set the angle from the horizontal on which the aircraft descends to touchdown.
- property LandingEnterDownwindPattern.runway_altitude_offset: float#
Get or set the altitude offset above the ground level.