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
Parameter | 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.
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
Parameter | 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.