Skip to main content

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

ParameterTypeDescription
baseInstrumentBaseInstrumentThe BaseInstrument element associated with the configuration.
elementundefined | ElementA configuration document element.

Returns

BacklightPhotoCellConfig

Properties

brightnessRange

readonly brightnessRange: 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.