Cold

SCPI Command :

[SENSe]:CORRection:ENR[:MEASurement]:SPOT:COLD
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [SENSe]:CORRection:ENR[:MEASurement]:SPOT:COLD
value: float = driver.applications.k30NoiseFigure.sense.correction.enr.measurement.spot.cold.get()

Defines a constant temperature of a resistor not supplied with power (Tcold) used during measurements. The command is available when you have selected a noise source with resistor characteristics with method RsFsw.applications.k30NoiseFigure.sense.correction.enr.measurement.typePy.set() .

Returns:

temperature: Temperature in degrees Kelvin. Unit: K

set(temperature: float) None[source]
# [SENSe]:CORRection:ENR[:MEASurement]:SPOT:COLD
driver.applications.k30NoiseFigure.sense.correction.enr.measurement.spot.cold.set(temperature = 1.0)

Defines a constant temperature of a resistor not supplied with power (Tcold) used during measurements. The command is available when you have selected a noise source with resistor characteristics with method RsFsw.applications.k30NoiseFigure.sense.correction.enr.measurement.typePy.set() .

Parameters:

temperature – Temperature in degrees Kelvin. Unit: K