Skip to main content

Class: G3000BacklightUtils

A utility class for working with G3000 backlight SimVars.

Constructors

constructor

new G3000BacklightUtils(): G3000BacklightUtils

Returns

G3000BacklightUtils

Methods

getAutoLevelSimVarName

getAutoLevelSimVarName(): string

Gets the automatic software backlight level SimVar name.

Returns

string

The automatic software backlight level SimVar name.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Instruments/G3000Backlight.ts:109


getGtcLevelSimVarName

getGtcLevelSimVarName(index): string

Gets the backlight level SimVar name for a GTC.

Parameters

NameTypeDescription
indexnumberA GTC index.

Returns

string

The backlight level SimVar name for the specified GTC.

Throws

Error if index is not a valid value.

Defined in

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


getMfdLevelSimVarName

getMfdLevelSimVarName(): string

Gets the backlight level SimVar name for the MFD.

Returns

string

The backlight level SimVar name for the MFD.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Instruments/G3000Backlight.ts:87


getPfdLevelSimVarName

getPfdLevelSimVarName(index): string

Gets the backlight level SimVar name for a PFD.

Parameters

NameTypeDescription
indexPfdIndexA PFD index.

Returns

string

The backlight level SimVar name for the specified PFD.

Throws

Error if index is not a valid value.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Instruments/G3000Backlight.ts:75