From 7c5289ab075b98a4aae39f6255785612874d9b1f Mon Sep 17 00:00:00 2001 From: Thomas Juerges <4-jurges@users.noreply.git.astron.nl> Date: Tue, 2 Mar 2021 15:51:17 +0100 Subject: [PATCH] Add RW access to RCU_monitor_rate_RW --- PCC/PCC/PCC.py | 1 + 1 file changed, 1 insertion(+) diff --git a/PCC/PCC/PCC.py b/PCC/PCC/PCC.py index cf2dbee49..c5184e925 100644 --- a/PCC/PCC/PCC.py +++ b/PCC/PCC/PCC.py @@ -213,6 +213,7 @@ class PCC(Device): RCU_monitor_rate_RW = attribute( dtype=numpy.float_, + access=AttrWriteType.READ_WRITE, ) # --------------- -- GitLab