State
SCPI Command :
[SENSe]:LIST:RANGe<ri>:INPut:GAIN:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(rangePy=RangePy.Default) bool[source]
# [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 method
RsFsw.sense.listPy.range.inputPy.gain.value.set(). The sweep list cannot be configured using remote commands during an on-going sweep operation.- Parameters:
rangePy – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool, rangePy=RangePy.Default) None[source]
# [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 method
RsFsw.sense.listPy.range.inputPy.gain.value.set(). The sweep list cannot be configured using remote commands during an on-going sweep operation.- Parameters:
state – ON | OFF | 1 | 0
rangePy – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)