Uncertainty

SCPI Command :

CALCulate<n>:UNCertainty:ENR:CALibration: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:CALibration:UNCertainty
value: float = driver.applications.k30NoiseFigure.calculate.uncertainty.enr.calibration.uncertainty.get(window = repcap.Window.Default)

Defines the uncertainty of a calibration noise source. Is available when [SENSe:]CORRection:ENR:COMMon and [SENSe:]CORRection:ENR:COMMon are off. If a smart noise source is used for calibration, 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:CALibration:UNCertainty
driver.applications.k30NoiseFigure.calculate.uncertainty.enr.calibration.uncertainty.set(uncertainty = 1.0, window = repcap.Window.Default)

Defines the uncertainty of a calibration noise source. Is available when [SENSe:]CORRection:ENR:COMMon and [SENSe:]CORRection:ENR:COMMon are off. If a smart noise source is used for calibration, 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.calibration.uncertainty.clone()

Subgroups