Temperature

SCPI Command :

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

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

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

Defines the room temperature of the measurement environment. The temperature is taken into account when calculating noise results.

return

temperature: Range: 278.15 to 318.15, Unit: K

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

Defines the room temperature of the measurement environment. The temperature is taken into account when calculating noise results.

param temperature

Range: 278.15 to 318.15, Unit: K

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k30NoiseFigure.sense.correction.temperature.clone()

Subgroups