Value

SCPI Command :

[SENSe]:LIST:RANGe<ri>:INPut:GAIN[:VALue]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(rangePy=RangePy.Default) float[source]
# [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 method RsFsw.sense.listPy.range.inputPy.gain.state.set() ON) . 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:

Parameters:

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

Returns:

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]
# [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 method RsFsw.sense.listPy.range.inputPy.gain.state.set() ON) . 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:

Parameters:
  • 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.

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