Control
SCPI Command :
[SENSe]:CORRection:TEMPerature:CONTrol
- Commands in total: 1Subgroups: 0Direct 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