State

SCPI Commands

SENSe:LIST:RANGe<RangePy>:INPut:GAIN:STATe
class StateCls[source]

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

get(rangePy=RangePy.Default) bool[source]
# SCPI: [SENSe]:LIST:RANGe<ri>:INPut:GAIN:STATe
value: bool = driver.applications.k50Spurious.sense.listPy.range.inputPy.gain.state.get(rangePy = repcap.RangePy.Default)

Switches the optional preamplifier on or off (if available) .

param rangePy

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)

return

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

set(state: bool, rangePy=RangePy.Default) None[source]
# SCPI: [SENSe]:LIST:RANGe<ri>:INPut:GAIN:STATe
driver.applications.k50Spurious.sense.listPy.range.inputPy.gain.state.set(state = False, rangePy = repcap.RangePy.Default)

Switches the optional preamplifier on or off (if available) .

param state

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

param rangePy

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)