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

feat: Add command to stop com cellnodes to steerer

parent eeeba6fc
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ from tango import AttrWriteType, PipeWriteType
import datetime
import time
import numpy as np
import FofbTool.Utils
#----- PROTECTED REGION END -----# // DG_PY_FOFBLegacy.additionnal_import
__all__ = ["DG_PY_FOFBLegacy", "main"]
......@@ -774,6 +775,20 @@ class DG_PY_FOFBLegacy(Device):
# PROTECTED REGION END # // DG_PY_FOFBLegacy.StopComSteererLibera
@command(
)
@DebugIt()
def StopComSteererCellNode(self):
# PROTECTED REGION ID(DG_PY_FOFBLegacy.StopComSteererCellNode) ENABLED START #
"""
Stop the frame sending from cellnodes to all steerers.
:return:None
"""
FofbTool.Utils.conf_all_comcorr(False)
# PROTECTED REGION END # // DG_PY_FOFBLegacy.StopComSteererCellNode
# ----------
# Run server
# ----------
......
......@@ -134,6 +134,15 @@
</argout>
<status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
</commands>
<commands name="StopComSteererCellNode" description="Stop the frame sending from cellnodes to all steerers." execMethod="stop_com_steerer_cell_node" displayLevel="OPERATOR" polledPeriod="0" isDynamic="false">
<argin description="">
<type xsi:type="pogoDsl:VoidType"/>
</argin>
<argout description="">
<type xsi:type="pogoDsl:VoidType"/>
</argout>
<status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
</commands>
<attributes name="xRefOrbitLoadedOnDevice" attType="Scalar" rwType="READ" displayLevel="OPERATOR" polledPeriod="0" maxX="" maxY="" allocReadMember="true" isDynamic="false">
<dataType xsi:type="pogoDsl:BooleanType"/>
<changeEvent fire="false" libCheckCriteria="false"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment