Hot
SCPI Command :
[SENSe]:CORRection:ENR[:MEASurement]:SPOT:HOT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [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 withmethod
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: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 withmethod
RsFsw.applications.k30NoiseFigure.sense.correction.enr.measurement.typePy.set().- Parameters:
temperature – Temperature in degrees Kelvin. Unit: K