Skip to main content

Class: VSpeedGroupConfig

A configuration object which defines an airspeed tape color range.

Implements

Constructors

constructor

new VSpeedGroupConfig(element): VSpeedGroupConfig

Creates a new VSpeedGroupConfig from a configuration document element.

Parameters

NameTypeDescription
elementElementA configuration document element.

Returns

VSpeedGroupConfig

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/VSpeed/VSpeedGroupConfig.ts:38

Properties

isResolvableConfig

Readonly isResolvableConfig: true

Flags this object as a ResolvableConfig.

Implementation of

ResolvableConfig.isResolvableConfig

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/VSpeed/VSpeedGroupConfig.ts:10


maxAltitude

Optional Readonly maxAltitude: number

The pressure altitude, in feet, above which configuration V-speed bugs will be automatically removed from the airspeed indicator. If not defined, then pressure altitude will not affect whether configuration V-speed bugs are automatically removed. If this configuration object does not define a configuration V-speed group, this property is always undefined.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/VSpeed/VSpeedGroupConfig.ts:32


maxIas

Optional Readonly maxIas: number

The indicated airspeed, in knots, above which takeoff V-speed bugs will be automatically removed from the airspeed indicator. If not defined, then indicated airspeed will not affect whether takeoff V-speed bugs are automatically removed. If this configuration object does not define a takeoff V-speed group, this property is always undefined.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/VSpeed/VSpeedGroupConfig.ts:24


type

Readonly type: VSpeedGroupType

The type of V-speed group defined by this configuration object.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/VSpeed/VSpeedGroupConfig.ts:13


vSpeedDefinitions

Readonly vSpeedDefinitions: readonly VSpeedDefinition[]

The V-speeds included in the group defined by this configuration object.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/VSpeed/VSpeedGroupConfig.ts:16

Methods

resolve

resolve(): VSpeedGroup

Resolves this config to a value.

Returns

VSpeedGroup

This config's resolved value.

Implementation of

ResolvableConfig.resolve

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/VSpeed/VSpeedGroupConfig.ts:97