Interface: ToldLandingParameters
Parameters for landing performance calculations.
Hierarchy
WeatherParameters
RunwayParameters
↳
ToldLandingParameters
Properties
antiIceOn
• antiIceOn: undefined
| boolean
Whether anti-ice is on for landing.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldTypes.ts:102
autothrottleOn
• autothrottleOn: undefined
| boolean
Whether autothrottle is on for landing.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldTypes.ts:111
factor
• factor: number
The landing factor.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldTypes.ts:108
flaps
• flaps: undefined
| string
The landing flaps configuration.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldTypes.ts:99
pressure
• pressure: NumberUnitInterface
<Pressure
, Unit
<Pressure
>>
The pressure (QNH) at the runway.
Inherited from
WeatherParameters.pressure
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldTypes.ts:39
pressureAltitude
• pressureAltitude: NumberUnitInterface
<Distance
, Unit
<Distance
>>
The pressure altitude at the landing runway.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldTypes.ts:96
runwayElevation
• runwayElevation: NumberUnitInterface
<Distance
, Unit
<Distance
>>
The runway elevation above sea level.
Inherited from
RunwayParameters.runwayElevation
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldTypes.ts:50
runwayGradient
• runwayGradient: number
The runway gradient, in percent. Positive values indicate an upward slope.
Inherited from
RunwayParameters.runwayGradient
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldTypes.ts:56
runwayHeading
• runwayHeading: number
The runway heading, in degrees true.
Inherited from
RunwayParameters.runwayHeading
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldTypes.ts:53
runwayLength
• runwayLength: NumberUnitInterface
<Distance
, Unit
<Distance
>>
The available runway length.
Inherited from
RunwayParameters.runwayLength
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldTypes.ts:47
runwaySurface
• runwaySurface: ToldRunwaySurfaceCondition
The runway surface condition.
Inherited from
WeatherParameters.runwaySurface
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldTypes.ts:27
temperature
• temperature: NumberUnitInterface
<Temperature
, Unit
<Temperature
>>
The temperature.
Inherited from
WeatherParameters.temperature
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldTypes.ts:36
thrustReversers
• thrustReversers: undefined
| boolean
Whether to take credit for thrust reversers.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldTypes.ts:105
weight
• weight: NumberUnitInterface
<Weight
, Unit
<Weight
>>
The landing weight.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldTypes.ts:93
windDirection
• windDirection: number
The wind direction, in degrees true.
Inherited from
WeatherParameters.windDirection
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldTypes.ts:30
windSpeed
• windSpeed: NumberUnitInterface
<Speed
, Unit
<Speed
>>
The wind speed.
Inherited from
WeatherParameters.windSpeed
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldTypes.ts:33