From acde66ff8bbe678f74a9b3a1ebc1a2b4eecaee68 Mon Sep 17 00:00:00 2001
From: kruger <kruger@astron.nl>
Date: Wed, 15 Jan 2025 13:55:56 +0000
Subject: [PATCH] Disable DTH on/off

---
 pypcc/config/RECVTR_HB.yaml | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/pypcc/config/RECVTR_HB.yaml b/pypcc/config/RECVTR_HB.yaml
index 52745e3..a1824f6 100644
--- a/pypcc/config/RECVTR_HB.yaml
+++ b/pypcc/config/RECVTR_HB.yaml
@@ -1047,10 +1047,11 @@ methods:
 #     - RCU_DTH_config: Update #debug
 #     - RCU_DTH_setup : 0
 #     - RCU_DTH_tune: Update #debug
-     - DTH1.Start :    [0,1,0,0,1]
-     - DTH2.Start :    [0,1,0,0,1]
-     - DTH3.Start :    [0,1,0,0,1]
-     - RCU_DTH_on : Update #_background
+##     - DTH1.Start :    [0,1,0,0,1]
+##     - DTH2.Start :    [0,1,0,0,1]
+##     - DTH3.Start :    [0,1,0,0,1]
+##     - RCU_DTH_on : Update #_background
+     - WAIT: 1000         #ms to wait
 
   - name: RCU_DTH_off
     description: Switch dither source off
@@ -1062,13 +1063,14 @@ methods:
 #     - WAIT: 100
 #     - RCU_DTH_SHUTDOWN : [0,0,0]
 #     - RCU_DTH_SHUTDOWN : 1
-     - DTH1.Stop :    [0,0]
-     - DTH2.Stop :    [0,0]
-     - DTH3.Stop :    [0,0]
+##     - DTH1.Stop :    [0,0]
+##     - DTH2.Stop :    [0,0]
+##     - DTH3.Stop :    [0,0]
 #     - DTH1.State :    [0,0]
 #     - DTH2.State :    [0,0]
 #     - DTH3.State :    [0,0]
-     - RCU_DTH_on: Update #_background
+##     - RCU_DTH_on: Update #_background
+     - WAIT: 1000         #ms to wait
 
   - name: RCU_DTH_restart #restart to update frequency
     driver: I2C_RCU
-- 
GitLab