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: 1| ON| 0| OFF

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

1| ON| 0| OFF