We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33be626 commit b4f0a37Copy full SHA for b4f0a37
spectro.py
@@ -508,7 +508,9 @@ def _getDeviceList(self):
508
- dict -- key are AVS_Handles ands values are tuples as follows :
509
((str)m_aUserFriendlyId, a Callback_Measurment object)
510
"""
511
- nrDev = AVS_DLL.AVS_GetNrOfDevices()
+ nrDev = AVS_DLL.AVS_GetNrOfDevices() # Deprecated
512
+ # nrDev = AVS_DLL.AVS_UpdateUSBDevices() # Newer
513
+
514
if nrDev != self._nr_spec_connected:
515
raise RuntimeError(
516
"An unknown error happened. Number of devices changed."
0 commit comments