Class: G3000BacklightUtils
A utility class for working with G3000 backlight SimVars.
Constructors
constructor
• new G3000BacklightUtils(): G3000BacklightUtils
Returns
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
Name | Type | Description |
---|---|---|
index | number | A 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
Name | Type | Description |
---|---|---|
index | PfdIndex | A 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