Value

SCPI Commands

INPut<InputIx>:GAIN:VALue
class ValueCls[source]

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

get(inputIx=InputIx.Default) float[source]
# SCPI: INPut<ip>:GAIN[:VALue]
value: float = driver.applications.k30NoiseFigure.inputPy.gain.value.get(inputIx = repcap.InputIx.Default)

This command selects the ‘gain’ if the preamplifier is activated (INP:GAIN:STAT ON, see method RsFswp.Applications. K30_NoiseFigure.InputPy.Gain.State.set) . The command requires the additional preamplifier hardware option.

param inputIx

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

return

gain: For R&S FSWP8 and R&S FSWP26, the following settings are available: 15 dB and 30 dB All other values are rounded to the nearest of these two. R&S FSWP50: 30 dB Unit: DB

set(gain: float, inputIx=InputIx.Default) None[source]
# SCPI: INPut<ip>:GAIN[:VALue]
driver.applications.k30NoiseFigure.inputPy.gain.value.set(gain = 1.0, inputIx = repcap.InputIx.Default)

This command selects the ‘gain’ if the preamplifier is activated (INP:GAIN:STAT ON, see method RsFswp.Applications. K30_NoiseFigure.InputPy.Gain.State.set) . The command requires the additional preamplifier hardware option.

param gain

For R&S FSWP8 and R&S FSWP26, the following settings are available: 15 dB and 30 dB All other values are rounded to the nearest of these two. R&S FSWP50: 30 dB Unit: DB

param inputIx

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