Type Alias: ToldLandingPerformanceResult
ToldLandingPerformanceResult =
object
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:206
Landing performance values.
Properties
crosswind
crosswind:
number
|undefined
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:229
The crosswind component, in knots, used in the calculation of this result. Positive values indicate wind direction from the left of the runway (i.e. wind blowing to the right across the runway).
flaps
flaps:
string
|undefined
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:235
The name of the flaps setting used in the calculation of this result, or undefined
if flaps configuration was
not used in the calculation.
headwind
headwind:
number
|undefined
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:223
The headwind component, in knots, used in the calculation of the result.
limitsExceeded
limitsExceeded:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:280
The landing limits exceeded, as bitflags.
maxCrosswind
maxCrosswind:
number
|undefined
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:277
The maximum allowed crosswind component, in knots.
maxHeadwind
maxHeadwind:
number
|undefined
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:271
The maximum allowed headwind component, in knots.
maxPressureAltitude
maxPressureAltitude:
number
|undefined
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:262
The maximum allowed landing pressure altitude, in feet.
maxRunwayWeight
maxRunwayWeight:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:253
The maximum allowed landing weight for the available runway length. A negative value indicates that the weight could not be calculated. This weight is based on runway length required for a landing at Vref.
maxTailwind
maxTailwind:
number
|undefined
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:274
The maximum allowed tailwind component, in knots.
maxTemperature
maxTemperature:
number
|undefined
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:268
The maximum allowed landing temperature, in degrees Celsius.
maxWeight
maxWeight:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:256
The maximum allowed landing weight, in pounds.
minPressureAltitude
minPressureAltitude:
number
|undefined
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:259
The minimum allowed landing pressure altitude, in feet.
minTemperature
minTemperature:
number
|undefined
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:265
The minimum allowed landing temperature, in degrees Celsius.
pressure
pressure:
number
|undefined
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:214
The pressure, in hectopascals, used in the calculation of this result.
pressureAltitude
pressureAltitude:
number
|undefined
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:217
The pressure altitude, in feet, used in the calculation of this result.
runwayLengthAvailable
runwayLengthAvailable:
number
|undefined
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:208
The available runway length, in feet, used in the calculation of this result.
runwayLengthRequiredRef
runwayLengthRequiredRef:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:241
The runway length required, in feet, for a landing at Vref. A negative value indicates that the length could not be calculated.
runwayLengthRequiredRef10
runwayLengthRequiredRef10:
number
|undefined
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:247
The runway length required, in feet, for a landing at Vref+10. Only defined for contaminated runway surface conditions. A negative value indicates that the length could not be calculated.
temperature
temperature:
number
|undefined
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:220
The temperature, in degrees Celsius, used in the calculation of this result.
vSpeeds
readonly
vSpeeds: readonlyToldVSpeed
[]
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:283
V-speeds.
weight
weight:
number
|undefined
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:211
The landing weight, in pounds, used in the calculation of this result.