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

(fix) Add reset/start comlbp and combpm on align operation

* This helps to reduce the number of manual steps to take for bringing up the com
parent b66a9869
No related branches found
Tags 3.1
No related merge requests found
......@@ -52,7 +52,10 @@ def align_ccn(node_tangopath, comlbpif=0):
logger.debug("Reset offset on comlbp")
prx["comlbp{}_seqoffset".format(comlbpif)]=0
# TODO reset and start comlbp and combpm
stop_comlbp(node_tangopath)
stop_combpm(node_tangopath)
start_comlbp(node_tangopath)
start_combpm(node_tangopath)
# Loop until two consecutives identical measures
N=[7,3] # random start
......
......@@ -14,4 +14,4 @@ This package is cut in several modules:
For basic usage, see doc of FofbTool.Utils
"""
__version__ = "3.0"
__version__ = "3.1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment