Uncertainty
SCPI Command :
CALCulate<n>:UNCertainty:ENR:CALibration:UNCertainty
- Commands in total: 3Subgroups: 2Direct child commands: 1
- get(window=Window.Default) float[source]
# 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 method
RsFsw.applications.k30NoiseFigure.sense.correction.enr.common.set()and methodRsFsw.applications.k30NoiseFigure.sense.correction.enr.common.set()are off. If a smart noise source is used for calibration, 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: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 method
RsFsw.applications.k30NoiseFigure.sense.correction.enr.common.set()and methodRsFsw.applications.k30NoiseFigure.sense.correction.enr.common.set()are off. If a smart noise source is used for calibration, 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.calibration.uncertainty.clone()
Subgroups