Skip to content
Snippets Groups Projects
Commit a5590ff0 authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

L2SS-688: fix typos

parent 74e09dd3
No related branches found
No related tags found
1 merge request!295Resolve L2SS-688 "Remove hbat prefixes"
......@@ -139,7 +139,7 @@ class TileBeam(beam_device):
# internal functions
# --------
def write_pointing_direction_RW(self, value):
def write_Pointing_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_tracking_enabled_RW(self, value):
def write_Tracking_enabled_RW(self, value):
self._tracking_enabled_rw = value
if value:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment