Gain
SCPI Command :
CALCulate<n>:UNCertainty:PREamp:GAIN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# 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.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
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]
# 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.
- Parameters:
gain – Gain of the preamplifier. Refer to the specifications document of the preamplifier to determine its ‘gain’. Unit: DB
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)