Mon, 30 Mar 2009 21:32:14 +0200 |
David Douard |
add more commands to HP_8904 device
|
file |
diff |
annotate
|
Wed, 18 Mar 2009 00:26:27 +0100 |
David Douard |
many improvements:
|
file |
diff |
annotate
|
Thu, 21 Aug 2008 19:10:57 +0200 |
David Douard |
added copyright header to every python file
|
file |
diff |
annotate
|
Tue, 19 Aug 2008 23:01:19 +0200 |
David Douard |
fixes to make gpib_detect works
|
file |
diff |
annotate
|
Tue, 19 Aug 2008 19:09:28 +0200 |
David Douard |
finish some previous unfinished (!) refactoring
|
file |
diff |
annotate
|
Thu, 28 Feb 2008 18:35:23 +0100 |
David Douard |
cleanup: removed useless commandregister (and fix some missing import)
|
file |
diff |
annotate
|
Thu, 28 Feb 2008 18:13:55 +0100 |
David Douard |
make convert_from prototype accepts several arguments (to build command with several arguments)
|
file |
diff |
annotate
|
Mon, 25 Feb 2008 23:22:20 +0100 |
David Douard |
Some improvements & cleanups. Now the get/set mecanisme using descriptor works (but is not yet implemented for most commands of the HP356X devices).
|
file |
diff |
annotate
|
Mon, 25 Feb 2008 19:50:49 +0100 |
David Douard |
An AbstractGPIBDevice and the Command should now behave quite OK ie. one can type d.MyCommand and it will return the value (either from the cache or after having asked it to the device), and use d.FRS = 10000 to send the command "FRS 10000 Hz" to the device transparently.
|
file |
diff |
annotate
|
Mon, 25 Feb 2008 18:38:27 +0100 |
David Douard |
Major refactoring in progress. Build the toolkit around a GPIB controller which have a communication thread with the devices. Every device is an instance of a class that describes the device model and registers itself to the controller.
|
file |
diff |
annotate
|
Tue, 05 Feb 2008 18:59:29 +0100 |
David Douard |
refactoring: moved everything of the library to a "pygpibtoolkit" module.
|
file |
diff |
annotate
| base
|