State

SCPI Command :

CONFigure:POWer:AUTO:CALibration[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# CONFigure:POWer:AUTO:CALibration[:STATe]
value: bool = driver.applications.k91Wlan.configure.power.auto.calibration.state.get()

No help available

set(state: bool) None[source]
# CONFigure:POWer:AUTO:CALibration[:STATe]
driver.applications.k91Wlan.configure.power.auto.calibration.state.set(state = False)

No help available