Value

SCPI Command :

[SENSe]:LIST:RANGe<ri>:INPut:GAIN[:VALue]
class ValueCls[source]

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

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

This command selects the preamplification level for the range. The command requires option R&S FSW-B24. 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

gain: 15 dB | 30 dB The availability of preamplification levels depends on the FSW model. -FSW8/13: 15dB and 30 dB -FSW26 or higher: 30 dB All other values are rounded to the nearest of these two.

set(gain: float, rangePy=RangePy.Default) None[source]
# SCPI: [SENSe]:LIST:RANGe<ri>:INPut:GAIN[:VALue]
driver.sense.listPy.range.inputPy.gain.value.set(gain = 1.0, rangePy = repcap.RangePy.Default)

This command selects the preamplification level for the range. The command requires option R&S FSW-B24. The sweep list cannot be configured using remote commands during an on-going sweep operation.

param gain

15 dB | 30 dB The availability of preamplification levels depends on the FSW model. -FSW8/13: 15dB and 30 dB -FSW26 or higher: 30 dB All other values are rounded to the nearest of these two.

param rangePy

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