Skip to main content

Class: AirspeedIndicatorConfig

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

A configuration object which defines airspeed indicator options.

Implements

Constructors

Constructor

new AirspeedIndicatorConfig(element, factory): AirspeedIndicatorConfig

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

Creates a new AirspeedIndicatorConfig from a configuration document element.

Parameters

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

Returns

AirspeedIndicatorConfig

Properties

bottomDisplayOptions

readonly bottomDisplayOptions: Readonly<AirspeedIndicatorBottomDisplayOptions>

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

Options for the bottom display box.


colorRangeDefinitions

readonly colorRangeDefinitions: readonly AirspeedIndicatorColorRange[]

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

Color range definitions for the airspeed tape.


dataProviderOptions

readonly dataProviderOptions: Readonly<AirspeedIndicatorDataProviderOptions>

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

Options for the airspeed indicator data provider.


tapeScaleOptions

readonly tapeScaleOptions: Readonly<AirspeedTapeScaleOptions>

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

Options for the airspeed tape scale.


vSpeedBugConfigs

readonly vSpeedBugConfigs: readonly VSpeedBugConfig[]

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

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