Temperature

SCPI Command :

[SENSe]:CORRection:LOSS:INPut:TEMPerature
class TemperatureCls[source]

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

get() float[source]
# SCPI: [SENSe]:CORRection:LOSS:INPut:TEMPerature
value: float = driver.applications.k30NoiseFigure.sense.correction.loss.inputPy.temperature.get()

The specified temperature at the time of measurement is considered in the loss calculation.

return

temperature: Unit: K

set(temperature: float) None[source]
# SCPI: [SENSe]:CORRection:LOSS:INPut:TEMPerature
driver.applications.k30NoiseFigure.sense.correction.loss.inputPy.temperature.set(temperature = 1.0)

The specified temperature at the time of measurement is considered in the loss calculation.

param temperature

Unit: K