Skip to content
Snippets Groups Projects
Commit e6b3ce1a authored by Thomas Juerges's avatar Thomas Juerges
Browse files

Remove read_fpga_mask_R function because there's no ro mask

parent 5b19aaed
Branches
Tags
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment