Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DG_PY_FofbLegacy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DG
DS_DG_PyTango_Package
DG_PY_FofbLegacy
Commits
dd869dc7
Commit
dd869dc7
authored
Feb 20, 2024
by
BRONES Romain
Browse files
Options
Downloads
Patches
Plain Diff
feat: Add command to stop com cellnodes to steerer
parent
eeeba6fc
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
DG_PY_FOFBLegacy.py
+15
-0
15 additions, 0 deletions
DG_PY_FOFBLegacy.py
DG_PY_FOFBLegacy.xmi
+9
-0
9 additions, 0 deletions
DG_PY_FOFBLegacy.xmi
with
24 additions
and
0 deletions
DG_PY_FOFBLegacy.py
+
15
−
0
View file @
dd869dc7
...
...
@@ -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
# ----------
...
...
This diff is collapsed.
Click to expand it.
DG_PY_FOFBLegacy.xmi
+
9
−
0
View file @
dd869dc7
...
...
@@ -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"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment