Interface: WeightBalanceEvents
Events related to Weight and Balance.
Hierarchy
WeightBalanceIndexedEvents
↳
WeightBalanceEvents
Properties
cg_percent
• cg_percent: number
Longitudinal CG position as a percent of reference Chord. Note: only valid for airplanes.
Inherited from
BaseWeightBalanceEvents.cg_percent
Defined in
src/sdk/instruments/WeightAndBalance.ts:13
payload_station_weight
• payload_station_weight: number
The weight value of a payload station with the given index
Inherited from
BaseWeightBalanceEvents.payload_station_weight
Defined in
src/sdk/instruments/WeightAndBalance.ts:17
total_weight
• total_weight: number
A total weight value for the aircraft, in pounds.
Inherited from
BaseWeightBalanceEvents.total_weight
Defined in
src/sdk/instruments/WeightAndBalance.ts:15