Gain
SCPI Command :
CALCulate<n>:UNCertainty:DATA:GAIN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# 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.k30NoiseFigure.calculate.uncertainty.data.gain.set().- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
gain: ‘Gain’ of the DUT. Unit: DB
- set(gain: float, window=Window.Default) None[source]
# 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.k30NoiseFigure.calculate.uncertainty.data.gain.set().- Parameters:
gain – ‘Gain’ of the DUT. Unit: DB
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)