Uncertainty

SCPI Command :

CALCulate<n>:UNCertainty:ENR:UNCertainty
Commands in total: 3
Subgroups: 2
Direct child commands: 1
get(window=Window.Default) float[source]
# 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.

Parameters:

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

Returns:

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]
# 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.

Parameters:
  • uncertainty – Uncertainty value of the noise source. Refer to the specifications document of the noise source to determine its uncertainty. Unit: DB

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

Cloning the Group

# Create a copy of the original group, that exists independently
uncertainty_copy = driver.applications.k30NoiseFigure.calculate.uncertainty.enr.uncertainty.clone()

Subgroups