Cold

SCPI Command :

CALCulate<n>:UNCertainty:ENR:UNCertainty:COLD
class ColdCls[source]

Cold commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default) float[source]
# SCPI: CALCulate<n>:UNCertainty:ENR:UNCertainty:COLD
value: float = driver.applications.k30NoiseFigure.calculate.uncertainty.enr.uncertainty.cold.get(window = repcap.Window.Default)

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: Cold 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:UNCertainty:COLD
driver.applications.k30NoiseFigure.calculate.uncertainty.enr.uncertainty.cold.set(uncertainty = 1.0, window = repcap.Window.Default)

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

Cold 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’)