From fdecba7c87e941de1527c07e9cdb4ce0cfc5c25a Mon Sep 17 00:00:00 2001 From: thijs snijder <snijder@astron.nl> Date: Tue, 11 May 2021 08:23:44 +0200 Subject: [PATCH] correct new attribute and node names --- devices/SDP.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devices/SDP.py b/devices/SDP.py index 10f222811..94aae242c 100644 --- a/devices/SDP.py +++ b/devices/SDP.py @@ -94,8 +94,8 @@ class SDP(hardware_device): tr_tod_R = attribute_wrapper(comms_annotation=["2:tr_tod_R"], datatype=numpy.uint64) tr_uptime_R = attribute_wrapper(comms_annotation=["2:tr_uptime_R"], datatype=numpy.uint64) - FPGA_firmware_version_R = attribute_wrapper(comms_annotation=["2:FPGA_firmware_version_R"], datatype=numpy.str_, dims=(16,)) - FPGA_hardware_version_R = attribute_wrapper(comms_annotation=["2:FPGA_hardware_version_R "], datatype=numpy.str_, dims=(16,)) + fpga_firmware_version_R = attribute_wrapper(comms_annotation=["2:fpga_firmware_version_R"], datatype=numpy.str_, dims=(16,)) + fpga_hardware_version_R = attribute_wrapper(comms_annotation=["2:fpga_hardware_version_R "], datatype=numpy.str_, dims=(16,)) tr_software_version_R = attribute_wrapper(comms_annotation=["2:tr_software_version_R"], datatype=numpy.str_) -- GitLab