Hot
SCPI Command :
CALCulate<n>:UNCertainty:ENR:CALibration:UNCertainty:HOT
- class HotCls[source]
Hot commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) float [source]
# SCPI: 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 [SENSe:]CORRection:ENR:COMMon and method RsFsw. Applications.K30_NoiseFigure.Calculate.Uncertainty.Common.set are off.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- return
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]
# SCPI: 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 [SENSe:]CORRection:ENR:COMMon and method RsFsw. Applications.K30_NoiseFigure.Calculate.Uncertainty.Common.set are off.
- param uncertainty
Hot temperature uncertainty value of the noise source. Refer to the specifications document of the noise source to determine its uncertainty.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)