From 2c095804b29e30413a959921dcc43f25823c6c7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20BRON=C3=88S?= <romain.brones@synchrotron-soleil.fr> Date: Mon, 27 May 2024 08:31:03 +0200 Subject: [PATCH] fix: Decomment com stop --- FofbTool/Operation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FofbTool/Operation.py b/FofbTool/Operation.py index c9bed0c..c8f7f6d 100644 --- a/FofbTool/Operation.py +++ b/FofbTool/Operation.py @@ -357,7 +357,7 @@ def sync_all_bpm(): # --------------------------------------------------------------------------------------------------------------- # Init BPMs, stop first and put for each the ID number - #electron_stop_com(bpmlist) + electron_stop_com(bpmlist) # Let's use the FOFB-Manager dedicated function while it's here #electron_init_fa(bpmidlist) -- GitLab