Hot

SCPI Command :

[SENSe]:CORRection:ENR[:MEASurement]:SPOT:HOT
class HotCls[source]

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

get() float[source]
# SCPI: [SENSe]:CORRection:ENR[:MEASurement]:SPOT:HOT
value: float = driver.applications.k30NoiseFigure.sense.correction.enr.measurement.spot.hot.get()

Defines a constant temperature of a resistor supplied with power (Thot) used during measurements. The command is available when you have selected a noise source with resistor characteristics with[SENSe:]CORRection:ENR[:MEASurement]:TYPE .

return

temperature: Temperature in degrees Kelvin. Unit: K

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

Defines a constant temperature of a resistor supplied with power (Thot) used during measurements. The command is available when you have selected a noise source with resistor characteristics with[SENSe:]CORRection:ENR[:MEASurement]:TYPE .

param temperature

Temperature in degrees Kelvin. Unit: K