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
Parameter | Type | Description |
---|---|---|
element | Element | A 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: readonlyReadonly
<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: readonlyReadonly
<PfdFlapsGaugeScaleTickDef
>[]
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/TrimFlapGauges/FlapsElevatorTrimGauge/FlapsGauge/PfdFlapsGaugeConfig.ts:39
The gauge's scale tick marks.