A Python implementation of the C++ header for the attocube ANC350 controller (ANC350lib) plus a more Pythonesque reimagining (PyANC350). Suppports driver versions 2, 3, and 4.
Original version by Rob Heath (rob@robheath.me.uk), updated driver support by Brian Schaefer (bts72@cornell.edu).
- Use
ANC350lib.pyandPyANC350.py. - Put
anc350v2.dll,nhconnect.dll, andlibusb0.dllin the same folder asANC350lib.py.
- Use
ANC350v4lib.pyandPyANC350v4.py - Put
anc350v3.dlloranc350v4.dllandlibusb0.dllin the same folder asANC350v4lib.py.