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.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

level: No help available

set(level: float) None[source]
# SCPI: INPut:GAIN[:VALue]
driver.inputPy.gain.value.set(level = 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 level

No help available