LISE-B26 / pylabcontrol

pylabcontrol: Laboratory Equipment Control for Scientific Experiments.
GNU General Public License v3.0
9 stars 9 forks source link

master branch on alice has issues loading DAQ (missing DLL error) #150

Closed emmarosenfeld closed 6 years ago

emmarosenfeld commented 6 years ago

image

this happened when both loading the DAQ_Read_AI and ESR scripts (each one tried individually). That is all I tested so far on the master script and will go back to the old branch now

asafira commented 6 years ago

Unrelated, but it's pretty clear that we are once again printing quite a bit to standard out. Maybe it's time to clean up some of the print statements?

JanGieseler commented 6 years ago

what I like to do is to add an optional input to the functions verbose if True, you print a bunch to the std out, makes it easy to turn off the print statements and get them back quickly if needed

akabcenell commented 6 years ago

The config file in instruments had been deleted when switching branches. Restoring the config file fixed the issue.