Gain

SCPI Command :

CALCulate<n>:UNCertainty:DATA: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:DATA:GAIN
value: float = driver.applications.k30NoiseFigure.calculate.uncertainty.data.gain.get(window = repcap.Window.Default)

Defines the ‘gain’ of the DUT. Is available if you have turned automatic determination of the DUT characteristics off with method RsFsw.Applications.K30_NoiseFigure.Calculate.Uncertainty.Data.Gain.set.

param window

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

return

gain: ‘Gain’ of the DUT. Unit: DB

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

Defines the ‘gain’ of the DUT. Is available if you have turned automatic determination of the DUT characteristics off with method RsFsw.Applications.K30_NoiseFigure.Calculate.Uncertainty.Data.Gain.set.

param gain

‘Gain’ of the DUT. Unit: DB

param window

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