Shutdown
SCPI Command :
CALibration:DELay:SHUTdown:[STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# CALibration:DELay:SHUTdown:[STATe] value: bool = driver.calibration.delay.shutdown.get_state()
Enables the instrument to shut down automatically after calibration.
- Returns:
shutdown: 1 | ON | 0| OFF
- set_state(shutdown: bool) None[source]
# CALibration:DELay:SHUTdown:[STATe] driver.calibration.delay.shutdown.set_state(shutdown = False)
Enables the instrument to shut down automatically after calibration.
- Parameters:
shutdown – 1 | ON | 0| OFF