Skip to content

Commit 33a09e2

Browse files
author
spielman
committed
So not sort attributes because they need to be commanded in a specific order.
1 parent 7aed6d9 commit 33a09e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labscript_devices/IMAQdxCamera/blacs_workers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def get_attribute_names(self, visibility_level, writeable_only=True):
174174
if not a.Readable:
175175
continue
176176
attributes.append(a.Name.decode('utf8'))
177-
return sorted(attributes)
177+
return attributes
178178

179179
def get_attribute(self, name):
180180
"""Return current value of attribute of the given name"""

0 commit comments

Comments
 (0)