diff --git a/script/local.py b/script/local.py index d51e6b3..09360df 100755 --- a/script/local.py +++ b/script/local.py @@ -25,7 +25,7 @@ def ccr(magnet): while caget(magnet+ ":I-COMP") > 0: sleep(0.5) -def switchOffMagnets(magnets): +def switch_off_magnets(magnets): magnets = to_list(magnets) for m in magnets: caput(m + ":I-SET", 0.0)