CINF / PyExpLabSys

Python for Experimental Lab Systems: Serial drivers, file parsers, data and live sockets
GNU General Public License v3.0
74 stars 33 forks source link

Move inficon qcm driver to python 3, add support for model 310. #59

Closed robertjensen closed 1 year ago

robertjensen commented 1 year ago

The inficon QCM driver was python2 only, with this PR it is now python3 only.

Also added a driver for the model 310, which is a more advanced version of the 160. So far only reading is supported, but later on it could be extended for full deposition control.