62:486a480d196b | 63:1c0d92f95115 |
---|---|
1 .. -*- coding: utf-8 -*- | |
2 | |
3 ============= | |
4 Description | |
5 ============= | |
6 | |
7 The code is organized as follow: | |
8 | |
9 ``pygpibtoolkit`` is the main python package directory, holding | |
10 generic GPIB stuffs. A GPIB controller is a class responsible for | |
11 managing the communication with the GPIB device plugged in the | |
12 computer. For now, the only GPIB controller is the Prologix one, | |
13 defined in the ``pygpibtoolkit.prologix`` module. | |
14 | |
15 |