Temperature

SCPI Command :

[SENSe]:CORRection:LOSS:OUTPut:TEMPerature
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [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.

Returns:

temperature: numeric value Unit: K

set(temperature: float) None[source]
# [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.

Parameters:

temperature – numeric value Unit: K