Skip to main content

Interface: WeightFuelEvents

Events related to weight and fuel calculations.

Properties

weightfuel_aircraft_weight

weightfuel_aircraft_weight: number

The current total aircraft weight, in pounds. A negative value indicates an uninitialized state.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/WeightFuel/WeightFuelEvents.ts:22


weightfuel_fob_weight

weightfuel_fob_weight: number

The weight of the current fuel on board, in pounds. A negative value indicates an uninitialized state.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/WeightFuel/WeightFuelEvents.ts:19


weightfuel_holding_fuel

weightfuel_holding_fuel: number

The estimated amount of fuel, in pounds, required to complete the user-defined hold, in pounds. The value is computed using instantaneous fuel flow. A negative value indicates the quantity could not be calculated.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/WeightFuel/WeightFuelEvents.ts:41


weightfuel_landing_fuel

weightfuel_landing_fuel: number

The estimated amount of remaining fuel, in pounds, at time of landing. The value is computed using instantaneous ground speed and fuel flow. A value less than or equal to Number.MIN_SAFE_INTEGER indicates the quantity could not be calculated.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/WeightFuel/WeightFuelEvents.ts:29


weightfuel_landing_weight

weightfuel_landing_weight: number

The estimated landing weight, in pounds. The value is computed using instantaneous ground speed and fuel flow. A negative value indicates the quantity could not be calculated.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/WeightFuel/WeightFuelEvents.ts:35