Type Alias: ToldUserSettingTypes
ToldUserSettingTypes =
object
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:7
TOLD (takeoff/landing) performance calculation user settings.
Properties
toldDatabaseVersion
toldDatabaseVersion:
string
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:9
The version of the TOLD database. An empty string indicates no TOLD database is available.
toldDestinationDefaultApplied
toldDestinationDefaultApplied:
boolean
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:106
Whether the default destination has been applied since the last power cycle.
toldDestinationIcao
toldDestinationIcao:
string
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:109
The ICAO of the landing destination (either an airport or a runway).
toldEnabled
toldEnabled:
boolean
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:12
Whether TOLD performance calculations are enabled.
toldLandingAntiIceOn
toldLandingAntiIceOn:
boolean
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:172
Whether anti-ice is on for landing.
toldLandingAutothrottleOn
toldLandingAutothrottleOn:
boolean
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:184
Whether autothrottle is on for landing.
toldLandingCalcResult
toldLandingCalcResult:
string
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:190
The most recent landing performance calculation results, as a stringified JSON. An empty string indicates there is no result.
toldLandingCanUsePredictedWeight
toldLandingCanUsePredictedWeight:
boolean
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:115
Whether predicted weight can be used for the landing weight.
toldLandingDistanceRequired
toldLandingDistanceRequired:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:112
The landing distance required, in feet. A negative value indicates an uninitialized state.
toldLandingFactor
toldLandingFactor:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:178
The landing factor, in percent.
toldLandingFactorDefault
toldLandingFactorDefault:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:181
The default landing factor, in percent. A negative value indicates an uninitialized state.
toldLandingFlapsIndex
toldLandingFlapsIndex:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:166
The index of the landing flaps setting.
toldLandingFlapsIndexDefault
toldLandingFlapsIndexDefault:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:169
The index of the default landing flaps setting. A negative value indicates an unintialized state.
toldLandingPressure
toldLandingPressure:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:142
The pressure setting at the landing runway (QNH), in hectopascals. A negative value indicated an uninitialized state.
toldLandingPressureAltitude
toldLandingPressureAltitude:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:163
The calculated pressure altitude at the landing runway, in feet.
toldLandingRunwayElevation
toldLandingRunwayElevation:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:151
The landing runway elevation, in feet above MSL. A value less than or equal to Number.MIN_SAFE_INTEGER indicates an uninitialized state.
toldLandingRunwayGradient
toldLandingRunwayGradient:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:160
The landing runway gradient, in hundredths of percent. Positive values indicate an upward slope. A value less than or equal to Number.MIN_SAFE_INTEGER indicates an uninitialized state.
toldLandingRunwayHeading
toldLandingRunwayHeading:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:154
The landing runway heading, in degrees true. A negative value indicates an uninitialized state.
toldLandingRunwayLength
toldLandingRunwayLength:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:145
The landing runway length, in feet. A negative value indicates an uninitialized state.
toldLandingRunwaySurface
toldLandingRunwaySurface:
ToldRunwaySurfaceCondition
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:124
The landing runway surface condition.
toldLandingTemperature
toldLandingTemperature:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:136
The landing temperature, in degrees Celsius. A value less than or equal to Number.MIN_SAFE_INTEGER indicates an uninitialized state.
toldLandingThrustReversers
toldLandingThrustReversers:
boolean
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:175
Whether to take credit for thrust reversers for landing performance calculations.
toldLandingUsePredictedWeight
toldLandingUsePredictedWeight:
boolean
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:118
Whether to use predicted weight instead of current weight for the landing weight.
toldLandingVSpeedsAccepted
toldLandingVSpeedsAccepted:
boolean
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:193
Whether the calculated landing V-speeds have been accepted.
toldLandingWeight
toldLandingWeight:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:121
The landing weight, in pounds. A negative value indicates an uninitialized state.
toldLandingWindDirection
toldLandingWindDirection:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:127
The landing wind direction, in degrees true. A negative value indicates an uninitialized state.
toldLandingWindSpeed
toldLandingWindSpeed:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:130
The landing wind speed, in knots. A negative value indicates an uninitialized state.
toldOriginIcao
toldOriginIcao:
string
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:17
The ICAO of the takeoff origin (either an airport or a runway).
toldTakeoffAntiIceOn
toldTakeoffAntiIceOn:
boolean
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:80
Whether anti-ice is on for takeoff.
toldTakeoffCalcResult
toldTakeoffCalcResult:
string
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:98
The most recent takeoff performance calculation results, as a stringified JSON. An empty string indicates there is no result.
toldTakeoffCanUseRat
toldTakeoffCanUseRat:
boolean
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:41
Whether it is possible to use ram air temperature for takeoff temperature.
toldTakeoffDistanceRequired
toldTakeoffDistanceRequired:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:20
The takeoff distance required, in feet. A negative value indicates an uninitialized state.
toldTakeoffFactor
toldTakeoffFactor:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:86
The takeoff factor, in percent.
toldTakeoffFlapsIndex
toldTakeoffFlapsIndex:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:74
The index of the takeoff flaps setting.
toldTakeoffFlapsIndexDefault
toldTakeoffFlapsIndexDefault:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:77
The index of the default takeoff flaps setting. A negative value indicates an unintialized state.
toldTakeoffPressure
toldTakeoffPressure:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:50
The pressure setting at the takeoff runway (QNH), in hectopascals. A negative value indicates an uninitialized state.
toldTakeoffPressureAltitude
toldTakeoffPressureAltitude:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:71
The calculated pressure altitude at the takeoff runway, in feet.
toldTakeoffRolling
toldTakeoffRolling:
boolean
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:89
Whether takeoff is a rolling takeoff.
toldTakeoffRollingDefault
toldTakeoffRollingDefault:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:92
The default rolling takeoff option. 0 = false and 1 = true. A negative value indicates an uninitialized state.
toldTakeoffRunwayElevation
toldTakeoffRunwayElevation:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:59
The takeoff runway elevation, in feet above MSL. A value less than or equal to Number.MIN_SAFE_INTEGER indicates an uninitialized state.
toldTakeoffRunwayGradient
toldTakeoffRunwayGradient:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:68
The takeoff runway gradient, in hundredths of percent. Positive values indicate an upward slope. A value less than or equal to Number.MIN_SAFE_INTEGER indicates an uninitialized state.
toldTakeoffRunwayHeading
toldTakeoffRunwayHeading:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:62
The takeoff runway heading, in degrees true. A negative value indicates an uninitialized state.
toldTakeoffRunwayLength
toldTakeoffRunwayLength:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:53
The takeoff runway length, in feet. A negative value indicates an uninitialized state.
toldTakeoffRunwaySurface
toldTakeoffRunwaySurface:
ToldRunwaySurfaceCondition
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:26
The takeoff runway surface condition.
toldTakeoffTemperature
toldTakeoffTemperature:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:38
The takeoff temperature, in degrees Celsius. A value less than or equal to Number.MIN_SAFE_INTEGER indicates an uninitialized state.
toldTakeoffThrustReversers
toldTakeoffThrustReversers:
boolean
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:83
Whether to take credit for thrust reversers for takeoff performance calculations.
toldTakeoffUseRat
toldTakeoffUseRat:
boolean
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:44
Whether to use ram air temperature for takeoff temperature.
toldTakeoffVSpeedsAccepted
toldTakeoffVSpeedsAccepted:
boolean
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:101
Whether the calculated takeoff V-speeds have been accepted.
toldTakeoffWeight
toldTakeoffWeight:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:23
The takeoff weight, in pounds. A negative value indicates an uninitialized state.
toldTakeoffWindDirection
toldTakeoffWindDirection:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:29
The takeoff wind direction, in degrees true. A negative value indicates an uninitialized state.
toldTakeoffWindSpeed
toldTakeoffWindSpeed:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/ToldUserSettings.ts:32
The takeoff wind speed, in knots. A negative value indicates an uninitialized state.