Hot

SCPI Command :

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

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

Returns:

temperature: Temperature in degrees Kelvin. Unit: K

set(temperature: float) None[source]
# [SENSe]:CORRection:ENR:CALibration:SPOT:HOT
driver.applications.k30NoiseFigure.sense.correction.enr.calibration.spot.hot.set(temperature = 1.0)

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

Parameters:

temperature – Temperature in degrees Kelvin. Unit: K