diff --git a/tangostationcontrol/tangostationcontrol/devices/tilebeam.py b/tangostationcontrol/tangostationcontrol/devices/tilebeam.py index 5da29d01fbb3dafa785417a859de971e1c72813c..25373f689e280bb2c81a1d6cbb5527a611f02092 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: