From e6b3ce1a9aff20753a5b2aaf8086fba03214a933 Mon Sep 17 00:00:00 2001
From: Thomas Juerges <4-jurges@users.noreply.git.astron.nl>
Date: Fri, 12 Feb 2021 19:45:51 +0100
Subject: [PATCH] Remove read_fpga_mask_R function because there's no ro mask

---
 SDP/SDP/SDP.py | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/SDP/SDP/SDP.py b/SDP/SDP/SDP.py
index 8bd479c26..811acf573 100644
--- a/SDP/SDP/SDP.py
+++ b/SDP/SDP/SDP.py
@@ -247,13 +247,6 @@ class SDP(Device):
     # ------------------
     # Attributes methods
     # ------------------
-    @only_when_on
-    @fault_on_error
-    def read_fpga_mask_R(self):
-        """Return the fpga_mask_R attribute."""
-        self._fpga_mask_R = numpy.array(self.attribute_mapping["fpga_mask_R"].get_value())
-        return self._fpga_mask_R
-
     @only_when_on
     @fault_on_error
     def read_fpga_mask_RW(self):
-- 
GitLab