Value

SCPI Command :

[SENSe]:DIRected:INPut:GAIN[:VALue]
class ValueCls[source]

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

get() float[source]
# SCPI: [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 [SENSe:]DIRected:INPut:GAIN:STATe) . 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.

return

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

set(gain: float) None[source]
# SCPI: [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 [SENSe:]DIRected:INPut:GAIN:STATe) . 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.

param gain

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