State

SCPI Command :

[SENSe]:DIRected:INPut:GAIN:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:DIRected:INPut:GAIN:STATe
value: bool = driver.applications.k50Spurious.sense.directed.inputPy.gain.state.get()

Switches the optional preamplifier on or off (if available) for the directed search measurement.

Returns:

state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

set(state: bool) None[source]
# [SENSe]:DIRected:INPut:GAIN:STATe
driver.applications.k50Spurious.sense.directed.inputPy.gain.state.set(state = False)

Switches the optional preamplifier on or off (if available) for the directed search measurement.

Parameters:

state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on