LandingInterceptGlideslope#

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

Class defining the intercept glideslope 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.

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 LandingInterceptGlideslope

Property detail#

property LandingInterceptGlideslope.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 LandingInterceptGlideslope.approach_fix_range_mode: LandingApproachFixRangeMode#

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

property LandingInterceptGlideslope.glideslope: Any#

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

property LandingInterceptGlideslope.runway_altitude_offset: float#

Get or set the altitude offset above the ground level.

property LandingInterceptGlideslope.use_runway_terrain: bool#

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

property LandingInterceptGlideslope.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.