Skip to main content

Interface: WeightBalanceEvents

Defined in: src/sdk/instruments/WeightAndBalance.ts:33

Events related to Weight and Balance.

Extends

Indexable

[key: `payload_station_weight_${number}`]: number

Properties

cg_percent

cg_percent: number

Defined in: src/sdk/instruments/WeightAndBalance.ts:13

Longitudinal CG position as a percent of reference Chord. Note: only valid for airplanes.

Inherited from

BaseWeightBalanceEvents.cg_percent


payload_station_weight

payload_station_weight: number

Defined in: src/sdk/instruments/WeightAndBalance.ts:17

The weight value of a payload station with the given index

Inherited from

BaseWeightBalanceEvents.payload_station_weight


total_weight

total_weight: number

Defined in: src/sdk/instruments/WeightAndBalance.ts:15

A total weight value for the aircraft, in pounds.

Inherited from

BaseWeightBalanceEvents.total_weight