changelog
- 2008-02-25
- by David Douard <david.douard@logilab.fr> [Mon, 25 Feb 2008 23:22:20 +0100] rev 57
- Some improvements & cleanups. Now the get/set mecanisme using descriptor works (but is not yet implemented for most commands of the HP356X devices).
- 2008-02-25
- by David Douard <david.douard@logilab.fr> [Mon, 25 Feb 2008 23:21:08 +0100] rev 56
- Try to be a little more robust when instanciating the GPIB class (serial connector)
- 2008-02-25
- by David Douard <david.douard@logilab.fr> [Mon, 25 Feb 2008 23:19:42 +0100] rev 55
- add de debug "manage_srq" method on HP356XDevice
- 2008-02-25
- by David Douard <david.douard@logilab.fr> [Mon, 25 Feb 2008 19:50:49 +0100] rev 54
- 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.
- 2008-02-25
- by David Douard <david.douard@logilab.fr> [Mon, 25 Feb 2008 18:38:27 +0100] rev 53
- 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.
- 2008-02-17
- by David Douard <david.douard@logilab.fr> [Sun, 17 Feb 2008 22:59:59 +0100] rev 52
- added several example coord datablock & make use of some icons
- 2008-02-17
- by david@garance.lan [Sun, 17 Feb 2008 22:52:24 +0100] rev 51
- oops, forgot the resource file
- 2008-02-16
- by david@garance.lan [Sat, 16 Feb 2008 22:41:19 +0100] rev 50
- added some icons
- 2008-02-16
- by David Douard <david.douard@logilab.fr> [Sat, 16 Feb 2008 22:17:47 +0100] rev 49
- add ability to select display (A or B) from which we get trace/coord
- 2008-02-14
- by David Douard <david.douard@logilab.fr> [Thu, 14 Feb 2008 19:28:41 +0100] rev 48
- some general GUI improvements & code cleanups
- 2008-02-14
- by David Douard <david.douard@logilab.fr> [Thu, 14 Feb 2008 19:28:10 +0100] rev 47
- make plotter really repaint itsefl when some property of the plot is changed
- 2008-02-12
- by David Douard <david.douard@logilab.fr> [Tue, 12 Feb 2008 19:55:02 +0100] rev 46
- add THD computation for simple traces of power spectrum
- 2008-02-11
- by David Douard <david.douard@logilab.fr> [Mon, 11 Feb 2008 23:39:21 +0100] rev 45
- added many HPGL example plots (for the sake of testing mainly)
- 2008-02-11
- by David Douard <david.douard@logilab.fr> [Mon, 11 Feb 2008 23:36:58 +0100] rev 44
- added some forgoten files to Hg
- 2008-02-11
- by David Douard <david.douard@logilab.fr> [Mon, 11 Feb 2008 23:35:41 +0100] rev 43
- more work on HP3562A data block dumper/displayer application.
- 2008-02-08
- by David Douard <david.douard@logilab.fr> [Fri, 08 Feb 2008 20:01:47 +0100] rev 42
- make q3562 app beginning to work; can now display state & trace datablock with some options.
- 2008-02-05
- by David Douard <david.douard@logilab.fr> [Tue, 05 Feb 2008 19:00:12 +0100] rev 41
- forgot a file...
- 2008-02-05
- by David Douard <david.douard@logilab.fr> [Tue, 05 Feb 2008 18:59:29 +0100] rev 40
- refactoring: moved everything of the library to a "pygpibtoolkit" module.
- 2008-02-04
- by David Douard <david.douard@logilab.fr> [Mon, 04 Feb 2008 19:49:48 +0100] rev 39
- refactoring in progress
- 2008-02-04
- by David Douard <david.douard@logilab.fr> [Mon, 04 Feb 2008 19:19:57 +0100] rev 38
- small improvement; display first plot at startup
- 2008-02-04
- by David Douard <david.douard@logilab.fr> [Mon, 04 Feb 2008 19:19:32 +0100] rev 37
- constant adjustments for string plots
- 2008-02-04
- by David Douard <david.douard@logilab.fr> [Mon, 04 Feb 2008 19:02:42 +0100] rev 36
- some improvements; can now give a bunch of files to open on cmd line; removed print statements
- 2008-02-03
- by David Douard <david.douard@logilab.fr> [Sun, 03 Feb 2008 23:39:27 +0100] rev 35
- Refactored the preference system for the qt gpib plotter app. One can now set the colors for plotting pens.
- 2008-01-26
- by David Douard <david.douard@logilab.fr> [Sat, 26 Jan 2008 11:39:30 +0100] rev 34
- moved some files & one bugfix