Skip to main content

Class: AoaIndicatorConfig

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Aoa/AoaIndicatorConfig.ts:8

A configuration object which defines angle of attack indicator options.

Implements

  • Config

Constructors

Constructor

new AoaIndicatorConfig(element, factory): AoaIndicatorConfig

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Aoa/AoaIndicatorConfig.ts:47

Creates a new AoaIndicatorConfig from a configuration document element.

Parameters

ParameterTypeDescription
elementundefined | ElementA configuration document element.
factoryConfigFactoryA configuration object factory to use to create child configuration objects.

Returns

AoaIndicatorConfig

Properties

advanced

readonly advanced: boolean

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Aoa/AoaIndicatorConfig.ts:10

Whether to display the advanced version of the AoA indicator.


cautionThreshold?

readonly optional cautionThreshold: AoaValueDefinitionFactory

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Aoa/AoaIndicatorConfig.ts:40

A factory that generates the normalized angle of attack caution threshold, or undefined if there is no caution threshold.


donutCueNormAoa?

readonly optional donutCueNormAoa: AoaValueDefinitionFactory

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Aoa/AoaIndicatorConfig.ts:19

A factory that generates the normalized angle of attack value of the donut cue, or undefined if the donut cue should not be displayed.


referenceTickNormAoa?

readonly optional referenceTickNormAoa: AoaValueDefinitionFactory

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Aoa/AoaIndicatorConfig.ts:25

A factory that generates the normalized angle of attack value of the reference tick for the simple version of the AoA indicator, or undefined if the reference tick should not be displayed.


showDigitalReadout

readonly showDigitalReadout: boolean

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Aoa/AoaIndicatorConfig.ts:13

Whether to show the digital readout of normalized angle of attack.


showMinorTicks

readonly showMinorTicks: boolean

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Aoa/AoaIndicatorConfig.ts:28

Whether to show minor tick ticks for the advanced version of the AoA indicator.


warningThreshold?

readonly optional warningThreshold: AoaValueDefinitionFactory

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Aoa/AoaIndicatorConfig.ts:34

A factory that generates the normalized angle of attack warning threshold, or undefined if there is no warning threshold.