Skip to content
Snippets Groups Projects
Commit 598f0e18 authored by BRONES Romain's avatar BRONES Romain
Browse files

Add set libera ref to zero

parent 8ab81b09
Branches
Tags
No related merge requests found
......@@ -616,6 +616,9 @@ class DG_PY_FOFBLegacy(Device):
self.StopToZero()
self.prx_fofbcommand.StartSteerers()
self.zeroRefLibera()
time.sleep(4)
self.HotStart()
......@@ -734,7 +737,6 @@ class DG_PY_FOFBLegacy(Device):
try:
self.prx_fofbmanager.xreforbit = np.zeros(122)
self.prx_fofbmanager.zreforbit = np.zeros(122)
time.sleep(1)
self.prx_fofbmanager.StartStep04LoadXRefOrbit()
self.prx_fofbmanager.StartStep05LoadZRefOrbit()
except Exception as e:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment