Uncertainty
SCPI Command :
CALCulate<n>:UNCertainty:ENR:UNCertainty
- class UncertaintyCls[source]
Uncertainty commands group definition. 3 total commands, 2 Subgroups, 1 group commands
- get(window=Window.Default) float [source]
# SCPI: CALCulate<n>:UNCertainty:ENR:UNCertainty value: float = driver.applications.k30NoiseFigure.calculate.uncertainty.enr.uncertainty.get(window = repcap.Window.Default)
Defines the uncertainty of a noise source. If the noise sources during calibration and measurement are different, the command defines the uncertainty of the measurement noise source. If a smart noise source is used, the uncertainty values defined in the SNS table are used.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- return
uncertainty: Uncertainty value of the noise source. Refer to the specifications document of the noise source to determine its uncertainty. Unit: DB
- set(uncertainty: float, window=Window.Default) None [source]
# SCPI: CALCulate<n>:UNCertainty:ENR:UNCertainty driver.applications.k30NoiseFigure.calculate.uncertainty.enr.uncertainty.set(uncertainty = 1.0, window = repcap.Window.Default)
Defines the uncertainty of a noise source. If the noise sources during calibration and measurement are different, the command defines the uncertainty of the measurement noise source. If a smart noise source is used, the uncertainty values defined in the SNS table are used.
- param uncertainty
Uncertainty value of the noise source. Refer to the specifications document of the noise source to determine its uncertainty. Unit: DB
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k30NoiseFigure.calculate.uncertainty.enr.uncertainty.clone()
Subgroups