Temperature

SCPI Command :

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

Returns:

temperature: Range: 278.15 to 318.15, Unit: K

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

Parameters:

temperature – Range: 278.15 to 318.15, Unit: K

Cloning the Group

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

Subgroups