Hot

SCPI Commands

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

This command defines the uncertainty of a resistor. If the noise sources during calibration and measurement are different, the command defines the uncertainty of the measurement noise source.

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 data sheet of the noise source to determine its uncertainty.

set(uncertainty: float, window=Window.Default) None[source]
# SCPI: CALCulate<n>:UNCertainty:ENR:UNCertainty:HOT
driver.applications.k30NoiseFigure.calculate.uncertainty.enr.uncertainty.hot.set(uncertainty = 1.0, window = repcap.Window.Default)

This command defines the uncertainty of a resistor. If the noise sources during calibration and measurement are different, the command defines the uncertainty of the measurement noise source.

param uncertainty

Hot temperature uncertainty value of the noise source. Refer to the data sheet of the noise source to determine its uncertainty.

param window

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