Temperature

SCPI Command :

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

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

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

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

return

temperature: numeric value Unit: K

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

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

param temperature

numeric value Unit: K