Skip to main content

Type Alias: GtcKnobStatePluginOverrides

GtcKnobStatePluginOverrides = object

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcKnobStates.ts:85

A set of plugin-defined knob control state overrides.

Properties

centerKnobState?

optional centerKnobState: Subscribable<string | null>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcKnobStates.ts:90

The center knob control state override, or null if the state should not be overridden.


dualKnobState?

optional dualKnobState: Subscribable<string | null>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcKnobStates.ts:87

The dual concentric knob control state override, or null if the state should not be overridden.


mapKnobState?

optional mapKnobState: Subscribable<string | null>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcKnobStates.ts:93

The map knob control state override, or null if the state should not be overridden.