Skip to main content

Class: PfdFlapsGaugeConfig

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/TrimFlapGauges/FlapsElevatorTrimGauge/FlapsGauge/PfdFlapsGaugeConfig.ts:31

Flaps Gauge user settings.

Implements

Constructors

Constructor

new PfdFlapsGaugeConfig(element): PfdFlapsGaugeConfig

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/TrimFlapGauges/FlapsElevatorTrimGauge/FlapsGauge/PfdFlapsGaugeConfig.ts:48

Creates a new PfdFlapsGaugeConfig from a configuration document element.

Parameters

ParameterTypeDescription
elementElementA configuration document element.

Returns

PfdFlapsGaugeConfig

Properties

maxAngle

readonly maxAngle: number

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/TrimFlapGauges/FlapsElevatorTrimGauge/FlapsGauge/PfdFlapsGaugeConfig.ts:36

The gauge scale's maximum angle, in degrees.


minAngle

readonly minAngle: number

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/TrimFlapGauges/FlapsElevatorTrimGauge/FlapsGauge/PfdFlapsGaugeConfig.ts:33

The gauge scale's minimum angle, in degrees.


scaleRanges

readonly scaleRanges: readonly Readonly<PfdFlapsGaugeScaleRangeDef>[]

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/TrimFlapGauges/FlapsElevatorTrimGauge/FlapsGauge/PfdFlapsGaugeConfig.ts:42

The gauge's scale ranges.


scaleTicks

readonly scaleTicks: readonly Readonly<PfdFlapsGaugeScaleTickDef>[]

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/TrimFlapGauges/FlapsElevatorTrimGauge/FlapsGauge/PfdFlapsGaugeConfig.ts:39

The gauge's scale tick marks.