LandingEnterDownwindPattern#

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

Class defining the enter downwind pattern options for a landing procedure.

Overview#

approach_fix_range

Get or set the range from the reference point of the runway at which the aircraft begins its landing approach.

approach_fix_range_mode

Get or set the reference point on the runway for the Approach Fix Range.

abeam_distance

Get or set the distance from the runway that the aircraft will fly the parallel leg of the landing pattern.

abeam_altitude

Get or set the altitude at which the aircraft will fly the parallel leg of the landing pattern.

final_turn

Get or set the direction of the turn that the aircraft will make when it lines up over the runway to land.

glideslope

Get or set the angle from the horizontal on which the aircraft descends to touchdown.

runway_altitude_offset

Get or set the altitude offset above the ground level.

use_runway_terrain

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

touch_and_go

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.

property LandingEnterDownwindPattern.use_runway_terrain: bool#

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

property LandingEnterDownwindPattern.touch_and_go: bool#

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.