Skip to main content

Type Alias: WeightBalanceEnvelopeDef

WeightBalanceEnvelopeDef = object

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

A definition for a weight and balance envelope.

Properties

getMaxArm()

getMaxArm: (weight) => number

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

A function that gets the envelope's maximum moment arm in inches for a given weight in pounds.

Parameters

ParameterType
weightnumber

Returns

number


getMinArm()

getMinArm: (weight) => number

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

A function that gets the envelope's minimum moment arm in inches for a given weight in pounds.

Parameters

ParameterType
weightnumber

Returns

number


largeGraphScaleDef

largeGraphScaleDef: Readonly<WeightBalanceEnvelopeGraphScaleDef>

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

The definition for the scales to use when the envelope is displayed on a large graph.


maxArmBreakpoints

maxArmBreakpoints: readonly readonly [number, number][]

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

The breakpoints for the envelope's maximum moment arm values, as [arm (inches), weight (pounds)]. The breakpoints are ordered such that weight is monotonically increasing. The first breakpoint is guaranteed to be at the envelope's minimum weight, and the last breakpoint is guaranteed to be at the envelope's maximum weight.


maxLandingWeight

maxLandingWeight: number

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

The envelope's maximum landing weight, in pounds.


maxRampWeight

maxRampWeight: number

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

The envelope's maximum ramp weight, in pounds.


maxTakeoffWeight

maxTakeoffWeight: number

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

The envelope's maximum takeoff weight, in pounds.


maxWeight

maxWeight: number

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

The envelope's maximum weight, in pounds.


maxZeroFuelWeight

maxZeroFuelWeight: number

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

The envelope's maximum zero-fuel weight, in pounds.


minArmBreakpoints

minArmBreakpoints: readonly readonly [number, number][]

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

The breakpoints for the envelope's minimum moment arm values, as [arm (inches), weight (pounds)]. The breakpoints are ordered such that weight is monotonically increasing. The first breakpoint is guaranteed to be at the envelope's minimum weight, and the last breakpoint is guaranteed to be at the envelope's maximum weight.


minWeight

minWeight: number

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

The envelope's minimum weight, in pounds.


name

name: string

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

The envelope's name.


smallGraphScaleDef

smallGraphScaleDef: Readonly<WeightBalanceEnvelopeGraphScaleDef>

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

The definition for the scales to use when the envelope is displayed on a small graph.


useMac

useMac: boolean

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

Whether the envelope's minimum and maximum moment arm values should be displayed as percent MAC.