Skip to content
GitLab
Explore
Sign in
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Commits
a5590ff0
Commit
a5590ff0
authored
2 years ago
by
Stefano Di Frischia
Browse files
Options
Downloads
Patches
Plain Diff
L2SS-688
: fix typos
parent
74e09dd3
No related branches found
No related tags found
1 merge request
!295
Resolve L2SS-688 "Remove hbat prefixes"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tangostationcontrol/tangostationcontrol/devices/tilebeam.py
+2
-2
2 additions, 2 deletions
tangostationcontrol/tangostationcontrol/devices/tilebeam.py
with
2 additions
and
2 deletions
tangostationcontrol/tangostationcontrol/devices/tilebeam.py
+
2
−
2
View file @
a5590ff0
...
...
@@ -139,7 +139,7 @@ class TileBeam(beam_device):
# internal functions
# --------
def
write_
p
ointing_direction_RW
(
self
,
value
):
def
write_
P
ointing_direction_RW
(
self
,
value
):
"""
Setter method for attribute Pointing_direction_RW
"""
# verify whether values are valid
for
tile
in
range
(
96
):
...
...
@@ -152,7 +152,7 @@ class TileBeam(beam_device):
self
.
Beam_tracker
.
force_update
()
logger
.
info
(
"
Pointing direction update requested
"
)
def
write_
t
racking_enabled_RW
(
self
,
value
):
def
write_
T
racking_enabled_RW
(
self
,
value
):
self
.
_tracking_enabled_rw
=
value
if
value
:
...
...
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