Skip to content
Snippets Groups Projects
Commit 1c1e6dc1 authored by Jan David Mol's avatar Jan David Mol
Browse files

Update opcua_device.py

parent fb71f53f
No related branches found
No related tags found
1 merge request!143L2SS-416: Added opcua_device to capture common code and behaviour of...
......@@ -76,7 +76,7 @@ class opcua_device(hardware_device):
# Attributes
# ----------
opcua_missing_attributes_R = attribute(max_dim_x=128, dtype=(str,), fget=lambda self: numpy.array(self.opcua_missing_attributes, dtype=str), doc="OPC-UA attributes not present on the server")
opcua_missing_attributes_R = attribute(max_dim_x=128, dtype=(str,), fget=lambda self: numpy.array(self.opcua_missing_attributes, dtype=str), doc="OPC-UA attributes that this device requested, but which are not exposed on the server. These attributes are replaced with a no-op and thus do not function as expected.")
# --------
# overloaded functions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment