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 ([email protected]), updated driver support by Brian Schaefer ([email protected]).
- Use
ANC350lib.py
andPyANC350.py
. - Put
anc350v2.dll
,nhconnect.dll
, andlibusb0.dll
in the same folder asANC350lib.py
.
- Use
ANC350v4lib.py
andPyANC350v4.py
- Put
anc350v3.dll
oranc350v4.dll
andlibusb0.dll
in the same folder asANC350v4lib.py
.