LandingInterceptGlideslope#
- class ansys.stk.core.stkobjects.aviator.LandingInterceptGlideslope#
Class defining the intercept glideslope 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 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 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.