From 84bc30f1323d9c0d1040efd4d7742805ab93bc39 Mon Sep 17 00:00:00 2001
From: Thomas Juerges <4-jurges@users.noreply.git.astron.nl>
Date: Fri, 12 Feb 2021 19:50:50 +0100
Subject: [PATCH] Correct tod attribute name to sdp_tod_R

---
 SDP/SDP/SDP.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SDP/SDP/SDP.py b/SDP/SDP/SDP.py
index 3515899a4..9e559cb3e 100644
--- a/SDP/SDP/SDP.py
+++ b/SDP/SDP/SDP.py
@@ -135,7 +135,7 @@ class SDP(Device):
         dtype = ('DevString',),
     )
 
-    tod_R = attribute(
+    sdp_tod_R = attribute(
         dtype = ('DevString',),
     )
 
-- 
GitLab