Hello,
I am recceiving this error when I try to list the devices I reserved from the python library.
Failed to get extended error info. DAQmxGetExtendedErrorInfo returned error code -200090.
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.12/dist-packages/nidaqmx/system/_collections/device_collection.py", line 75, in __len__
return len(self.device_names)
^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/dist-packages/nidaqmx/system/_collections/device_collection.py", line 93, in device_names
val = self._interpreter.get_system_info_attribute_string(0x193b)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/dist-packages/nidaqmx/_library_interpreter.py", line 3454, in get_system_info_attribute_string
self.check_for_error(size_or_code)
File "/usr/local/lib/python3.12/dist-packages/nidaqmx/_library_interpreter.py", line 6479, in check_for_error
raise DaqError(extended_error_info, error_code)
nidaqmx.errors.DaqError: Failed to retrieve error description.
Status Code: -200090
where can I find the definition of this status code ? does anyone knows what it mean ?
thanks.