Value

SCPI Commands

INPut:GAIN:VALue
class ValueCls[source]

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

get() float[source]
# SCPI: INPut:GAIN[:VALue]
value: float = driver.applications.k60Transient.inputPy.gain.value.get()

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.

return

gain: For R&S FSWP models 1322.8003K08, 1322.8003K09, 1322.8003K27 and 1322.8003K51, the following settings are available: 15 dB and 30 dB All other values are rounded to the nearest of these two. For R&S FSWP models 1322.8003K26 and 1322.8003K50: 30 dB Unit: DB

set(gain: float) None[source]
# SCPI: INPut:GAIN[:VALue]
driver.applications.k60Transient.inputPy.gain.value.set(gain = 1.0)

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 FSWP models 1322.8003K08, 1322.8003K09, 1322.8003K27 and 1322.8003K51, the following settings are available: 15 dB and 30 dB All other values are rounded to the nearest of these two. For R&S FSWP models 1322.8003K26 and 1322.8003K50: 30 dB Unit: DB