Cold
SCPI Command :
[SENSe]:CORRection:ENR:CALibration:SPOT:COLD
- class ColdCls[source]
Cold commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: [SENSe]:CORRection:ENR:CALibration:SPOT:COLD value: float = driver.applications.k30NoiseFigure.sense.correction.enr.calibration.spot.cold.get()
Defines a constant temperature of a resistor not supplied with power (Tcold) used during calibration. The command is available when you have selected a noise source with resistor characteristics with [SENSe:]CORRection:ENR:CALibration:TYPE.
- return
temperature: Temperature in degrees Kelvin. Unit: K
- set(temperature: float) None [source]
# SCPI: [SENSe]:CORRection:ENR:CALibration:SPOT:COLD driver.applications.k30NoiseFigure.sense.correction.enr.calibration.spot.cold.set(temperature = 1.0)
Defines a constant temperature of a resistor not supplied with power (Tcold) used during calibration. The command is available when you have selected a noise source with resistor characteristics with [SENSe:]CORRection:ENR:CALibration:TYPE.
- param temperature
Temperature in degrees Kelvin. Unit: K