Skip to content
This repository has been archived by the owner on May 13, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (11 loc) · 608 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 608 Bytes

PyInstruments

Python scripts for some of the instruments I use in my lab.

File list:

  • i9s.py: a blob of classes for different equipments

  • linuxgpib.py: base GPIB class based on linux-gpib drivers; this is used in Linux

  • pyvisa.py: base class based on PyVISA; this is used in Windows

  • utilib.py: independent useful functions

  • ni.py: classes for National Instruments devices; libraries written for Windows

  • misc.py: other devices (e.g. RS232 equipments)

  • scripts/: a directory containing some scripts for test automation or data processing