Class: BacklightPhotoCellConfig
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Backlight/BacklightConfig.ts:69
A configuration object which defines backlight photocell options.
Implements
Constructors
Constructor
new BacklightPhotoCellConfig(
baseInstrument,element):BacklightPhotoCellConfig
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Backlight/BacklightConfig.ts:78
Creates a new BacklightPhotoCellConfig from a configuration document element.
Parameters
| Parameter | Type | Description |
|---|---|---|
baseInstrument | BaseInstrument | The BaseInstrument element associated with the configuration. |
element | undefined | Element | A configuration document element. |
Returns
BacklightPhotoCellConfig
Properties
brightnessRange
readonlybrightnessRange: readonly [number,number]
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Backlight/BacklightConfig.ts:71
The range of backlight levels, as [min, max], allowed to be set when under automatic photocell control.