Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
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
LOFAR2.0
tango
Commits
a2aa10d8
Commit
a2aa10d8
authored
2 years ago
by
Taya Snijder
Browse files
Options
Downloads
Patches
Plain Diff
L2SS-1103
added minimum and maximum values for RCU_DTH_PWR
parent
1b40e2c0
No related branches found
No related tags found
1 merge request
!535
Resolve L2SS-1103 "Add dab filter"
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
tangostationcontrol/tangostationcontrol/devices/antennafield.py
+4
-0
4 additions, 0 deletions
...tationcontrol/tangostationcontrol/devices/antennafield.py
tangostationcontrol/tangostationcontrol/devices/recv.py
+4
-0
4 additions, 0 deletions
tangostationcontrol/tangostationcontrol/devices/recv.py
with
8 additions
and
0 deletions
tangostationcontrol/tangostationcontrol/devices/antennafield.py
+
4
−
0
View file @
a2aa10d8
...
@@ -593,6 +593,8 @@ class AntennaField(LOFARDevice):
...
@@ -593,6 +593,8 @@ class AntennaField(LOFARDevice):
dtype
=
(
numpy
.
float64
,),
dtype
=
(
numpy
.
float64
,),
max_dim_x
=
MAX_ANTENNA
,
max_dim_x
=
MAX_ANTENNA
,
doc
=
"
RCU Dither source power (dBm). Range -25 to -4.
"
,
doc
=
"
RCU Dither source power (dBm). Range -25 to -4.
"
,
min_value
=-
25
,
max_value
=-
4
,
)
)
RCU_DTH_PWR_RW
=
MappedAttribute
(
RCU_DTH_PWR_RW
=
MappedAttribute
(
"
RCU_DTH_PWR_RW
"
,
"
RCU_DTH_PWR_RW
"
,
...
@@ -600,6 +602,8 @@ class AntennaField(LOFARDevice):
...
@@ -600,6 +602,8 @@ class AntennaField(LOFARDevice):
max_dim_x
=
MAX_ANTENNA
,
max_dim_x
=
MAX_ANTENNA
,
access
=
AttrWriteType
.
READ_WRITE
,
access
=
AttrWriteType
.
READ_WRITE
,
doc
=
"
RCU Dither source power (dBm). Range -25 to -4.
"
,
doc
=
"
RCU Dither source power (dBm). Range -25 to -4.
"
,
min_value
=-
25
,
max_value
=-
4
,
)
)
RCU_DAB_filter_on_R
=
MappedAttribute
(
RCU_DAB_filter_on_R
=
MappedAttribute
(
"
RCU_DAB_filter_on_R
"
,
"
RCU_DAB_filter_on_R
"
,
...
...
This diff is collapsed.
Click to expand it.
tangostationcontrol/tangostationcontrol/devices/recv.py
+
4
−
0
View file @
a2aa10d8
...
@@ -256,6 +256,8 @@ class RECV(OPCUADevice):
...
@@ -256,6 +256,8 @@ class RECV(OPCUADevice):
datatype
=
numpy
.
float64
,
datatype
=
numpy
.
float64
,
dims
=
(
N_rcu
,
N_rcu_inp
),
dims
=
(
N_rcu
,
N_rcu_inp
),
doc
=
"
RCU Dither source power (dBm). Range -25 to -4.
"
,
doc
=
"
RCU Dither source power (dBm). Range -25 to -4.
"
,
min_value
=-
25
,
max_value
=-
4
,
)
)
RCU_DTH_PWR_RW
=
AttributeWrapper
(
RCU_DTH_PWR_RW
=
AttributeWrapper
(
comms_annotation
=
[
"
RCU_DTH_PWR_RW
"
],
comms_annotation
=
[
"
RCU_DTH_PWR_RW
"
],
...
@@ -263,6 +265,8 @@ class RECV(OPCUADevice):
...
@@ -263,6 +265,8 @@ class RECV(OPCUADevice):
access
=
AttrWriteType
.
READ_WRITE
,
access
=
AttrWriteType
.
READ_WRITE
,
dims
=
(
N_rcu
,
N_rcu_inp
),
dims
=
(
N_rcu
,
N_rcu_inp
),
doc
=
"
RCU Dither source power (dBm). Range -25 to -4.
"
,
doc
=
"
RCU Dither source power (dBm). Range -25 to -4.
"
,
min_value
=-
25
,
max_value
=-
4
,
)
)
RCU_LED_green_on_R
=
AttributeWrapper
(
RCU_LED_green_on_R
=
AttributeWrapper
(
comms_annotation
=
[
"
RCU_LED_green_on_R
"
],
datatype
=
bool
,
dims
=
(
N_rcu
,)
comms_annotation
=
[
"
RCU_LED_green_on_R
"
],
datatype
=
bool
,
dims
=
(
N_rcu
,)
...
...
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