Type Alias: ToldTakeoffPerformanceResult
ToldTakeoffPerformanceResult =
object
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:132
Takeoff performance values.
Properties
crosswind
crosswind:
number
|undefined
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:155
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:161
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:149
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:197
The takeoff limits exceeded, as bitflags.
maxCrosswind
maxCrosswind:
number
|undefined
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:194
The maximum allowed crosswind component, in knots.
maxHeadwind
maxHeadwind:
number
|undefined
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:188
The maximum allowed headwind component, in knots.
maxPressureAltitude
maxPressureAltitude:
number
|undefined
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:179
The maximum allowed takeoff pressure altitude, in feet.
maxRunwayWeight
maxRunwayWeight:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:170
The maximum allowed takeoff weight for the available runway length. A negative value indicates that the weight could not be calculated.
maxTailwind
maxTailwind:
number
|undefined
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:191
The maximum allowed tailwind component, in knots.
maxTemperature
maxTemperature:
number
|undefined
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:185
The maximum allowed takeoff temperature, in degrees Celsius.
maxWeight
maxWeight:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:173
The maximum allowed takeoff weight, in pounds.
minPressureAltitude
minPressureAltitude:
number
|undefined
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:176
The minimum allowed takeoff pressure altitude, in feet.
minTemperature
minTemperature:
number
|undefined
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:182
The minimum allowed takeoff temperature, in degrees Celsius.
pressure
pressure:
number
|undefined
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:140
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:143
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:134
The available runway length, in feet, used in the calculation of this result.
runwayLengthRequired
runwayLengthRequired:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:164
The runway length required, in feet. 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:146
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:200
V-speeds.
weight
weight:
number
|undefined
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:137
The takeoff weight, in pounds, used in the calculation of this result.