From c588242ddfb3c4533c9936580d4f32f92cfbe00d Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Tue, 29 Mar 2022 10:10:44 +0200 Subject: [PATCH] Dithering is always OFF by default when turning on RCUs --- tangostationcontrol/tangostationcontrol/devices/recv.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tangostationcontrol/tangostationcontrol/devices/recv.py b/tangostationcontrol/tangostationcontrol/devices/recv.py index 787a51df3..8836e2c94 100644 --- a/tangostationcontrol/tangostationcontrol/devices/recv.py +++ b/tangostationcontrol/tangostationcontrol/devices/recv.py @@ -394,10 +394,6 @@ class RECV(opcua_device): self.RCU_on() self.wait_attribute("RECVTR_translator_busy_R", False, self.RCU_On_Off_timeout) - # Turn off DTH by default - self.RCU_DTH_off() - self.wait_attribute("RECVTR_translator_busy_R", False, self.RCU_DTH_On_Off_timeout) - # ---------- # Run server # ---------- -- GitLab