Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eehg-master
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs
ds
eehg-master
Commits
7e86ef6c
Commit
7e86ef6c
authored
3 weeks ago
by
Mauro Trovo
Browse files
Options
Downloads
Patches
Plain Diff
read from field
parent
296cf02b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/EEHGMaster.py
+18
-0
18 additions, 0 deletions
src/EEHGMaster.py
src/EEHGMaster.xmi
+11
-0
11 additions, 0 deletions
src/EEHGMaster.xmi
with
29 additions
and
0 deletions
src/EEHGMaster.py
+
18
−
0
View file @
7e86ef6c
...
...
@@ -624,6 +624,12 @@ class EEHGMaster(Device):
doc
=
"
current value
"
,
)
lambda_s1_curr
=
attribute
(
dtype
=
'
DevDouble
'
,
access
=
AttrWriteType
.
READ_WRITE
,
memorized
=
True
,
)
bunc_sol
=
attribute
(
dtype
=
(
'
DevLong64
'
,),
max_dim_x
=
32
,
...
...
@@ -1465,6 +1471,18 @@ class EEHGMaster(Device):
pass
# PROTECTED REGION END # // EEHGMaster.pow_s2_curr_write
def
read_lambda_s1_curr
(
self
):
# PROTECTED REGION ID(EEHGMaster.lambda_s1_curr_read) ENABLED START #
"""
Return the lambda_s1_curr attribute.
"""
return
self
.
_lambda_s1_curr
# PROTECTED REGION END # // EEHGMaster.lambda_s1_curr_read
def
write_lambda_s1_curr
(
self
,
value
):
# PROTECTED REGION ID(EEHGMaster.lambda_s1_curr_write) ENABLED START #
"""
Set the lambda_s1_curr attribute.
"""
pass
# PROTECTED REGION END # // EEHGMaster.lambda_s1_curr_write
def
read_bunc_sol
(
self
):
# PROTECTED REGION ID(EEHGMaster.bunc_sol_read) ENABLED START #
"""
Return the bunc_sol attribute.
"""
...
...
This diff is collapsed.
Click to expand it.
src/EEHGMaster.xmi
+
11
−
0
View file @
7e86ef6c
...
...
@@ -602,6 +602,14 @@
<status
abstract=
"false"
inherited=
"false"
concrete=
"true"
concreteHere=
"true"
/>
<properties
description=
"current value"
label=
"pow_s2_curr"
unit=
""
standardUnit=
""
displayUnit=
""
format=
""
maxValue=
""
minValue=
""
maxAlarm=
""
minAlarm=
""
maxWarning=
""
minWarning=
""
deltaTime=
""
deltaValue=
""
/>
</attributes>
<attributes
name=
"lambda_s1_curr"
attType=
"Scalar"
rwType=
"READ_WRITE"
displayLevel=
"OPERATOR"
polledPeriod=
"0"
maxX=
""
maxY=
""
memorized=
"true"
allocReadMember=
"true"
isDynamic=
"false"
>
<dataType
xsi:type=
"pogoDsl:DoubleType"
/>
<changeEvent
fire=
"false"
libCheckCriteria=
"false"
/>
<archiveEvent
fire=
"false"
libCheckCriteria=
"false"
/>
<dataReadyEvent
fire=
"false"
libCheckCriteria=
"true"
/>
<status
abstract=
"false"
inherited=
"false"
concrete=
"true"
concreteHere=
"true"
/>
<properties
description=
""
label=
""
unit=
""
standardUnit=
""
displayUnit=
""
format=
""
maxValue=
""
minValue=
""
maxAlarm=
""
minAlarm=
""
maxWarning=
""
minWarning=
""
deltaTime=
""
deltaValue=
""
/>
</attributes>
<attributes
name=
"bunc_sol"
attType=
"Spectrum"
rwType=
"READ"
displayLevel=
"OPERATOR"
polledPeriod=
"0"
maxX=
"32"
maxY=
""
allocReadMember=
"true"
isDynamic=
"false"
>
<dataType
xsi:type=
"pogoDsl:LongType"
/>
<changeEvent
fire=
"false"
libCheckCriteria=
"false"
/>
...
...
@@ -625,6 +633,9 @@
<states
name=
"ALARM"
description=
"No solutions avaliable"
>
<status
abstract=
"false"
inherited=
"false"
concrete=
"true"
concreteHere=
"true"
/>
</states>
<states
name=
"UNKNOWN"
description=
"Condizione in cui non si conosce li stato dei device sotto."
>
<status
abstract=
"false"
inherited=
"false"
concrete=
"true"
concreteHere=
"true"
/>
</states>
<preferences
docHome=
"./doc_html"
makefileHome=
"/usr/local/tango-9.3.4/share/pogo/preferences"
/>
</classes>
</pogoDsl:PogoSystem>
This diff is collapsed.
Click to expand it.
Preview
0%
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