Cold

SCPI Command :

CALCulate<n>:UNCertainty:ENR:UNCertainty:COLD
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) float[source]
# 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.

Parameters:

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

Returns:

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]
# 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.

Parameters:
  • uncertainty – Cold 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’)