From a5590ff077314ca242addcb7c37d07f02a2f2381 Mon Sep 17 00:00:00 2001 From: stedif <stefano.difrischia@inaf.it> Date: Mon, 4 Apr 2022 15:24:30 +0200 Subject: [PATCH] L2SS-688: fix typos --- tangostationcontrol/tangostationcontrol/devices/tilebeam.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tangostationcontrol/tangostationcontrol/devices/tilebeam.py b/tangostationcontrol/tangostationcontrol/devices/tilebeam.py index 5da29d01f..25373f689 100644 --- a/tangostationcontrol/tangostationcontrol/devices/tilebeam.py +++ b/tangostationcontrol/tangostationcontrol/devices/tilebeam.py @@ -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: -- GitLab