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.applications.k50Spurious.sense.listPy.range.inputPy.gain.value.get(rangePy = repcap.RangePy.Default)

Defines the value of the optional preamplifier (for [SENSe:]LIST:RANGe<ri>:INPut:GAIN:STATeON) . For FSW26 or higher models, the input signal is amplified by 30 dB if the preamplifier is activated. For FSW8 or FSW13 models, the following settings are available:

param rangePy

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

return

gain: all values other than 15 dB or 30 dB are rounded to the nearest of the two 15 dB The input signal is amplified by about 15 dB. 30 dB The input signal is amplified by about 30 dB.

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

Defines the value of the optional preamplifier (for [SENSe:]LIST:RANGe<ri>:INPut:GAIN:STATeON) . For FSW26 or higher models, the input signal is amplified by 30 dB if the preamplifier is activated. For FSW8 or FSW13 models, the following settings are available:

param gain

all values other than 15 dB or 30 dB are rounded to the nearest of the two 15 dB The input signal is amplified by about 15 dB. 30 dB The input signal is amplified by about 30 dB.

param rangePy

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