Type Alias: WeightBalanceUserSettingTypes
WeightBalanceUserSettingTypes =
object
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/WeightBalanceUserSettings.ts:12
Weight and balance user settings.
Indexable
[loadStationEmptyWeight
: `weightBalanceLoadStationEmptyWeight_${string}`
]: number
The empty weight of a load station, in pounds.
[loadStationEmptyArm
: `weightBalanceLoadStationEmptyArm_${string}`
]: number
The moment-arm of the empty weight of a load station, in inches.
[loadStationLoadArm
: `weightBalanceLoadStationLoadArm_${string}`
]: number
The moment-arm of the load weight of a load station, in inches.
[loadStationEnabled
: `weightBalanceLoadStationEnabled_${string}`
]: boolean
Whether a load station is enabled.
[loadStationLoadWeight
: `weightBalanceLoadStationLoadWeight_${string}`
]: number
The load weight of a load station, in pounds.
Properties
weightBalanceActiveEnvelopeIndex
weightBalanceActiveEnvelopeIndex:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/WeightBalanceUserSettings.ts:14
The index of the active weight and balance envelope.
weightBalanceBasicEmptyArm
weightBalanceBasicEmptyArm:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/WeightBalanceUserSettings.ts:34
The calculated basic empty CG moment arm, in inches.
weightBalanceTakeoffArm
weightBalanceTakeoffArm:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/WeightBalanceUserSettings.ts:43
The calculated takeoff CG moment arm, in inches. A value less than or equal to Number.MIN_SAFE_INTEGER indicates the quantity could not be calculated.
weightBalanceZeroFuelMoment
weightBalanceZeroFuelMoment:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Settings/WeightBalanceUserSettings.ts:37
The calculated zero fuel CG moment, in pound-inches.