Control

SCPI Command :

[SENSe]:CORRection:TEMPerature:CONTrol
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() AutoManualMode[source]
# [SENSe]:CORRection:TEMPerature:CONTrol
value: enums.AutoManualMode = driver.applications.k30NoiseFigure.sense.correction.temperature.control.get()

No help available

set(mode: AutoManualMode) None[source]
# [SENSe]:CORRection:TEMPerature:CONTrol
driver.applications.k30NoiseFigure.sense.correction.temperature.control.set(mode = enums.AutoManualMode.AUTO)

No help available