Skip to main content

Interface: WeightFuelEvents

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/WeightFuel/WeightFuelEvents.ts:4

Events related to weight and fuel calculations.

Properties

weightfuel_aircraft_weight

weightfuel_aircraft_weight: null | number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/WeightFuel/WeightFuelEvents.ts:24

The current total aircraft weight, in pounds, or null if the value is uninitialized.


weightfuel_basic_operating_weight

weightfuel_basic_operating_weight: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/WeightFuel/WeightFuelEvents.ts:6

TThe calculated basic operating weight, in pounds.


weightfuel_excess_fuel

weightfuel_excess_fuel: null | number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/WeightFuel/WeightFuelEvents.ts:44

The estimated amount of remaining fuel, in pounds, at time of landing less reserve and holding fuel, or null if the quantity could not be calculated.


weightfuel_fob_weight

weightfuel_fob_weight: null | number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/WeightFuel/WeightFuelEvents.ts:21

The weight of the current fuel on board, in pounds, or null if the value is uninitialized.


weightfuel_holding_fuel

weightfuel_holding_fuel: null | number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/WeightFuel/WeightFuelEvents.ts:38

The estimated amount of fuel, in pounds, required to complete the user-defined hold, in pounds, or null if the value is uninitialized.


weightfuel_landing_fuel

weightfuel_landing_fuel: null | number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/WeightFuel/WeightFuelEvents.ts:27

The estimated amount of remaining fuel, in pounds, at time of landing, or null if the value is uninitialized.


weightfuel_landing_weight

weightfuel_landing_weight: null | number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/WeightFuel/WeightFuelEvents.ts:32

The estimated landing weight, in pounds, or null if the value is uninitialized.


weightfuel_ramp_weight

weightfuel_ramp_weight: null | number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/WeightFuel/WeightFuelEvents.ts:15

The calculated ramp weight, in pounds, or null if the value is uninitialized.


weightfuel_takeoff_weight

weightfuel_takeoff_weight: null | number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/WeightFuel/WeightFuelEvents.ts:18

The calculated takeoff weight, in pounds, or null if the value is uninitialized.


weightfuel_total_passenger_weight

weightfuel_total_passenger_weight: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/WeightFuel/WeightFuelEvents.ts:9

The calculated total passenger weight, in pounds.


weightfuel_zero_fuel_weight

weightfuel_zero_fuel_weight: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/WeightFuel/WeightFuelEvents.ts:12

The calculated zero fuel weight, in pounds.