Skip to main content

Class: AirspeedIndicatorConfig

A configuration object which defines airspeed indicator options.

Implements

Constructors

constructor

new AirspeedIndicatorConfig(element, factory): AirspeedIndicatorConfig

Creates a new AirspeedIndicatorConfig from a configuration document element.

Parameters

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

Returns

AirspeedIndicatorConfig

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/AirspeedIndicator/AirspeedIndicatorConfig.ts:59

Properties

bottomDisplayOptions

Readonly bottomDisplayOptions: Readonly<AirspeedIndicatorBottomDisplayOptions>

Options for the bottom display box.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/AirspeedIndicator/AirspeedIndicatorConfig.ts:49


colorRangeDefinitions

Readonly colorRangeDefinitions: readonly AirspeedIndicatorColorRange[]

Color range definitions for the airspeed tape.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/AirspeedIndicator/AirspeedIndicatorConfig.ts:46


dataProviderOptions

Readonly dataProviderOptions: Readonly<AirspeedIndicatorDataProviderOptions>

Options for the airspeed indicator data provider.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/AirspeedIndicator/AirspeedIndicatorConfig.ts:40


tapeScaleOptions

Readonly tapeScaleOptions: Readonly<AirspeedTapeScaleOptions>

Options for the airspeed tape scale.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/AirspeedIndicator/AirspeedIndicatorConfig.ts:43


vSpeedBugConfigs

Readonly vSpeedBugConfigs: readonly VSpeedBugConfig[]

Reference V-speed bug config options for the airspeed indicator.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/AirspeedIndicator/AirspeedIndicatorConfig.ts:52