rubendegroote / Networked-Data-Acquisition

Python code for network-based data acquisition for laser spectroscopy
0 stars 0 forks source link

Stramline acquire functions #7

Closed rubendegroote closed 9 years ago

rubendegroote commented 9 years ago

There is quite a bit of repeat/copied code in the acquire functions. This should be streamlined.

rubendegroote commented 9 years ago

Much progress was made by introducing a device base class that can be easily subclassed to provide three methods (connect_to_device, write_to_device and read_from_device).

rubendegroote commented 9 years ago

Done and tested for M2 laser.