mabuchilab / Instrumental

Python-based instrumentation library from the Mabuchi Lab.
http://instrumental-lib.readthedocs.org/
GNU General Public License v3.0
120 stars 80 forks source link

Added support for two more instruments #89

Closed jondoesntgit closed 5 years ago

jondoesntgit commented 5 years ago

Added an oscilloscope, a function generator, and a little bit of code for the NIDAQmx on Linux, however, I'm now using PyDAQmx for DAQ on Linux....

There's likely better ways to write drivers for these instruments, but this is a start....

natezb commented 5 years ago

Thanks for this! Could you run python setup.py generate in the project directory to regenerate driver_info.py? That should hopefully fix the build issues.