Common
SCPI Command :
CALCulate<n>:UNCertainty:COMMon
- class CommonCls[source]
Common commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) bool [source]
# SCPI: CALCulate<n>:UNCertainty:COMMon value: bool = driver.applications.k30NoiseFigure.calculate.uncertainty.common.get(window = repcap.Window.Default)
Turns matching of the noise source characteristics used during calibration and measurement on and off. Is available when you use different noise sources for calibration and measurement ([SENSe:]CORRection:ENR:COMMon OFF) .
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- return
state: ON | OFF | 1 | 0
- set(state: bool, window=Window.Default) None [source]
# SCPI: CALCulate<n>:UNCertainty:COMMon driver.applications.k30NoiseFigure.calculate.uncertainty.common.set(state = False, window = repcap.Window.Default)
Turns matching of the noise source characteristics used during calibration and measurement on and off. Is available when you use different noise sources for calibration and measurement ([SENSe:]CORRection:ENR:COMMon OFF) .
- param state
ON | OFF | 1 | 0
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)