Hot
SCPI Command :
CALCulate<n>:UNCertainty:ENR:CALibration:UNCertainty:HOT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# CALCulate<n>:UNCertainty:ENR:CALibration:UNCertainty:HOT value: float = driver.applications.k30NoiseFigure.calculate.uncertainty.enr.calibration.uncertainty.hot.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.calculate.uncertainty.common.set()are off.- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
uncertainty: Hot temperature uncertainty value of the noise source. Refer to the specifications document of the noise source to determine its uncertainty.
- set(uncertainty: float, window=Window.Default) None[source]
# CALCulate<n>:UNCertainty:ENR:CALibration:UNCertainty:HOT driver.applications.k30NoiseFigure.calculate.uncertainty.enr.calibration.uncertainty.hot.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.calculate.uncertainty.common.set()are off.- Parameters:
uncertainty – Hot temperature uncertainty value of the noise source. Refer to the specifications document of the noise source to determine its uncertainty.
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)