Skip to main content

Type Alias: WeightBalanceLoadStationDef

WeightBalanceLoadStationDef = object

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/WeightBalance/WeightBalanceTypes.ts:15

A definition for a weight and balance load station.

Properties

armRange

armRange: ReadonlyFloat64Array

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/WeightBalance/WeightBalanceTypes.ts:32

The range of valid moment arm values for the station, as [minimum, maximum] in inches.


defaultArm

defaultArm: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/WeightBalance/WeightBalanceTypes.ts:38

The station's default moment arm, in inches.


defaultEmptyWeight

defaultEmptyWeight: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/WeightBalance/WeightBalanceTypes.ts:35

The station's default empty weight, in pounds.


defaultEnabled

defaultEnabled: boolean

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/WeightBalance/WeightBalanceTypes.ts:41

Whether the station is enabled by default.


id

id: string

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/WeightBalance/WeightBalanceTypes.ts:17

The station's ID.


isArmEditable

isArmEditable: boolean

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/WeightBalance/WeightBalanceTypes.ts:47

Whether the station's moment arm is user editable.


isEmptyWeightEditable

isEmptyWeightEditable: boolean

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/WeightBalance/WeightBalanceTypes.ts:44

Whether the station's empty weight is user editable.


isEnabledEditable

isEnabledEditable: boolean

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/WeightBalance/WeightBalanceTypes.ts:50

Whether the station's enabled state is user editable.


maxEmptyWeight

maxEmptyWeight: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/WeightBalance/WeightBalanceTypes.ts:26

The station's maximum allowable empty weight, in pounds.


maxLoadWeight

maxLoadWeight: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/WeightBalance/WeightBalanceTypes.ts:29

The station's maximum allowable load weight, in pounds.


name

name: string

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/WeightBalance/WeightBalanceTypes.ts:23

The station's name.


type

type: WeightBalanceLoadStationType

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/WeightBalance/WeightBalanceTypes.ts:20

The station's type.