skip to navigation
skip to content

Not Logged In

gpib-devices 0.0.4

Python GPIB Device Library

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 does not yet mirror all functions from libgpib but tries to exploit many of Python's features that make GPIB programming more fun.