I have 2 DAQ devices, which are USB-1808 and USB-QUAD08. By using Python, I first obtained the device through get_daq_device_inventory function. From the function, I obtained two devices. After that, I using looping method to create DAQ Device object using DAQDevice class. After DAQ Device object is created, I called connect() function. The moment I called this function, I got error of ULError.BAD_DEV_HANDLE. I also tried other function like get_descriptor(), the same error is prompted as well. Can I know what is the problem of this?
Question
Ricky Ooi
I have 2 DAQ devices, which are USB-1808 and USB-QUAD08. By using Python, I first obtained the device through get_daq_device_inventory function. From the function, I obtained two devices. After that, I using looping method to create DAQ Device object using DAQDevice class. After DAQ Device object is created, I called connect() function. The moment I called this function, I got error of ULError.BAD_DEV_HANDLE. I also tried other function like get_descriptor(), the same error is prompted as well. Can I know what is the problem of this?
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now