State

SCPI Command :

[SENSe]:DIRected:INPut:GAIN:STATe
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: [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.

return

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

set(state: bool) None[source]
# SCPI: [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.

param state

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