CINF / PyExpLabSys

Python for Experimental Lab Systems: Serial drivers, file parsers, data and live sockets
GNU General Public License v3.0
74 stars 33 forks source link

Issue with get_data for bio driver multichannel #27

Open ssoum opened 4 years ago

ssoum commented 4 years ago

Dear authors, I am working a potentiostat VMP3 that needs to get data from all channels in parrallel (same time), I tried to use a for loop to get the data each time from a channel but it seems not working as supposed to be. Because i had EClibError. Does anyone have any idea how to deal with that ?