Thu, 21 Aug 2008 19:52:02 +0200
updated introduction doc
.. -*- coding: utf-8 -*- ============= Description ============= The code is organized as follow: ``pygpibtoolkit`` is the main python package directory, holding generic GPIB stuffs. A GPIB controller is a class responsible for managing the communication with the GPIB device plugged in the computer. For now, the only GPIB controller is the Prologix one, defined in the ``pygpibtoolkit.prologix`` module.