@@ -77,7 +77,7 @@ class opcua_device(hardware_device):
...
@@ -77,7 +77,7 @@ class opcua_device(hardware_device):
# Attributes
# Attributes
# ----------
# ----------
opcua_missing_attributes_R=attribute(max_dim_x=128,dtype=(str,),fget=lambdaself:self.opcua_missing_attributes,doc="OPC-UA attributes not present on the server")
opcua_missing_attributes_R=attribute(max_dim_x=128,dtype=(str,),fget=lambdaself:numpy.array(self.opcua_missing_attributes,dtype=str),doc="OPC-UA attributes not present on the server")
# --------
# --------
# overloaded functions
# overloaded functions
...
@@ -117,6 +117,6 @@ class opcua_device(hardware_device):
...
@@ -117,6 +117,6 @@ class opcua_device(hardware_device):
exceptExceptionase:
exceptExceptionase:
# use the pass function instead of setting read/write fails
# use the pass function instead of setting read/write fails