Value
SCPI Command :
INPut:GAIN[:VALue]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# INPut:GAIN[:VALue] value: float = driver.applications.k10Xlte.inputPy.gain.value.get()
Selects the ‘gain’ if the preamplifier is activated (INP:GAIN:STAT ON, see method
RsFsw.applications.k10Xlte.inputPy.gain.state.set()) . The command requires the additional preamplifier hardware option.- Returns:
gain: For all FSW models except for FSW85, the following settings are available: 15 dB and 30 dB All other values are rounded to the nearest of these two. 30 dB For older FSW43/FSW50/FSW67 models, the input signal is always ampilfied by about 30 dB when the preamplifier is active. For FSW85 models, no preamplifier is available. Unit: DB
- set(gain: float) None[source]
# INPut:GAIN[:VALue] driver.applications.k10Xlte.inputPy.gain.value.set(gain = 1.0)
Selects the ‘gain’ if the preamplifier is activated (INP:GAIN:STAT ON, see method
RsFsw.applications.k10Xlte.inputPy.gain.state.set()) . The command requires the additional preamplifier hardware option.- Parameters:
gain – For all FSW models except for FSW85, the following settings are available: 15 dB and 30 dB All other values are rounded to the nearest of these two. 30 dB For older FSW43/FSW50/FSW67 models, the input signal is always ampilfied by about 30 dB when the preamplifier is active. For FSW85 models, no preamplifier is available. Unit: DB