Python GPIB Device Library
Project description
GPIB device driver library for python. A Generic IEEE 488 and IEEE 4882 class for any GPIB device is subclassed in various devices for different laboratory equipment devices.
This library uses ctypes to directly access the GPIB library from either linux-gpib (http://linux-gpib.sourceforge.net/) or National Instruments. It also includes a pure Python driver for the NI Enet Ethernet-to-GPIB adapters.
It does not yet mirror all functions from libgpib but tries to exploit many of Python’s features that make GPIB programming more fun.