Skip to main content

Class: G3000BacklightUtils

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Instruments/G3000Backlight.ts:68

A utility class for working with G3000 backlight SimVars.

Constructors

Constructor

new G3000BacklightUtils(): G3000BacklightUtils

Returns

G3000BacklightUtils

Methods

getAutoLevelSimVarName()

static getAutoLevelSimVarName(): string

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Instruments/G3000Backlight.ts:109

Gets the automatic software backlight level SimVar name.

Returns

string

The automatic software backlight level SimVar name.


getGtcLevelSimVarName()

static getGtcLevelSimVarName(index): string

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Instruments/G3000Backlight.ts:97

Gets the backlight level SimVar name for a GTC.

Parameters

ParameterTypeDescription
indexnumberA GTC index.

Returns

string

The backlight level SimVar name for the specified GTC.

Throws

Error if index is not a valid value.


getMfdLevelSimVarName()

static getMfdLevelSimVarName(): string

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Instruments/G3000Backlight.ts:87

Gets the backlight level SimVar name for the MFD.

Returns

string

The backlight level SimVar name for the MFD.


getPfdLevelSimVarName()

static getPfdLevelSimVarName(index): string

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Instruments/G3000Backlight.ts:75

Gets the backlight level SimVar name for a PFD.

Parameters

ParameterTypeDescription
indexPfdIndexA PFD index.

Returns

string

The backlight level SimVar name for the specified PFD.

Throws

Error if index is not a valid value.