@@ -67,20 +67,23 @@ class CustomCollector(object):
...
@@ -67,20 +67,23 @@ class CustomCollector(object):
attr_value=dev.read_attribute(attr_info.name)
attr_value=dev.read_attribute(attr_info.name)
foryinrange(int(attr_value.dim_y)):
foryinrange(int(attr_value.dim_y)):
forxinrange(int(attr_value.dim_x)):
forxinrange(int(attr_value.dim_x)):
""" NOTE: We switch x and y in the annotation, to allow queries to combine 1D and 2D arrays in their first dimension using the same label (x). We effectively expose