Value

SCPI Command :

[SENSe]:DIRected:INPut:GAIN[:VALue]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [SENSe]:DIRected:INPut:GAIN[:VALue]
value: float = driver.applications.k50Spurious.sense.directed.inputPy.gain.value.get()

Defines the gain by the optional preamplifier (if activated for the directed search measurement, see method RsFsw.applications.k50Spurious.sense.directed.inputPy.gain.state.set() ) . For FSW26 or higher models, the input signal is amplified by 30 dB if the preamplifier is activated. For FSW8 or FSW13 models, different settings are available.

Returns:

gain: 15 dB | 30 dB All other values are rounded to the nearest of these two.

set(gain: float) None[source]
# [SENSe]:DIRected:INPut:GAIN[:VALue]
driver.applications.k50Spurious.sense.directed.inputPy.gain.value.set(gain = 1.0)

Defines the gain by the optional preamplifier (if activated for the directed search measurement, see method RsFsw.applications.k50Spurious.sense.directed.inputPy.gain.state.set() ) . For FSW26 or higher models, the input signal is amplified by 30 dB if the preamplifier is activated. For FSW8 or FSW13 models, different settings are available.

Parameters:

gain – 15 dB | 30 dB All other values are rounded to the nearest of these two.