Shutdown
SCPI Command :
CALibration:DELay:SHUTdown:[STATe]
- class ShutdownCls[source]
Shutdown commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: CALibration:DELay:SHUTdown:[STATe] value: bool = driver.calibration.delay.shutdown.get_state()
Enables the instrument to shut down automatically after calibration.
- return:
shutdown: No help available
- set_state(shutdown: bool) None [source]
# SCPI: CALibration:DELay:SHUTdown:[STATe] driver.calibration.delay.shutdown.set_state(shutdown = False)
Enables the instrument to shut down automatically after calibration.
- param shutdown:
No help available