From 347f9da2af282f77df20cbff734a1d7a63398c7e Mon Sep 17 00:00:00 2001
From: Thomas Juerges <4-jurges@users.noreply.git.astron.nl>
Date: Mon, 8 Feb 2021 11:54:15 +0100
Subject: [PATCH] fpga_scrap_R[W] is DevLong, not DevULong64

---
 SDP/SDP/SDP.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/SDP/SDP/SDP.py b/SDP/SDP/SDP.py
index 1bf3ad452..24bdaf239 100644
--- a/SDP/SDP/SDP.py
+++ b/SDP/SDP/SDP.py
@@ -101,13 +101,13 @@ class SDP(Device):
     )
 
     fpga_scrap_RW = attribute(
-        dtype = ('DevULong64',),
+        dtype = ('DevLong',),
         max_dim_x = 2048,
         access=AttrWriteType.READ_WRITE,
     )
 
     fpga_scrap_R = attribute(
-        dtype = ('DevULong64',),
+        dtype = ('DevLong',),
         max_dim_x = 2048,
     )
 
-- 
GitLab