State

SCPI Command :

[SENSe]:LIST:RANGe<ri>: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.sense.listPy.range.inputPy.gain.state.get(rangePy = repcap.RangePy.Default)

Turns the preamplifier for a spurious emission measurement range on and off. The gain level is defined by [SENSe:]LIST:RANGe<ri>:INPut:GAIN[:VALue]. The sweep list cannot be configured using remote commands during an on-going sweep operation.

param rangePy

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

return

state: ON | OFF | 1 | 0

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

Turns the preamplifier for a spurious emission measurement range on and off. The gain level is defined by [SENSe:]LIST:RANGe<ri>:INPut:GAIN[:VALue]. The sweep list cannot be configured using remote commands during an on-going sweep operation.

param state

ON | OFF | 1 | 0

param rangePy

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