diff --git a/script/local.py b/script/local.py index 4f8eb87..10c1a9e 100755 --- a/script/local.py +++ b/script/local.py @@ -51,7 +51,7 @@ def switch_off_magnets(magnets = None): caput(m + ":I-SET", 0.0) sleep(0.5) for m in magnets: - pass + ccr(m) def is_timing_ok(): return caget("SIN-TIMAST-TMA:SOS-COUNT-CHECK") == 0