Gain

SCPI Command :

CALCulate<n>:UNCertainty:PREamp:GAIN
class GainCls[source]

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

get(window=Window.Default) float[source]
# SCPI: CALCulate<n>:UNCertainty:PREamp:GAIN
value: float = driver.applications.k30NoiseFigure.calculate.uncertainty.preamp.gain.get(window = repcap.Window.Default)

Define the ‘gain’ of an external preamplifier that may be part of the test setup.

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

return

gain: Gain of the preamplifier. Refer to the specifications document of the preamplifier to determine its ‘gain’. Unit: DB

set(gain: float, window=Window.Default) None[source]
# SCPI: CALCulate<n>:UNCertainty:PREamp:GAIN
driver.applications.k30NoiseFigure.calculate.uncertainty.preamp.gain.set(gain = 1.0, window = repcap.Window.Default)

Define the ‘gain’ of an external preamplifier that may be part of the test setup.

param gain

Gain of the preamplifier. Refer to the specifications document of the preamplifier to determine its ‘gain’. Unit: DB

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)