Thu, 21 Aug 2008 19:53:22 +0200 |
David Douard |
make q3562 app work again (in test mode at least)
|
changeset |
files
|
Thu, 21 Aug 2008 19:52:54 +0200 |
David Douard |
Small fixes to HPGL plotter (be a little bit more robust)
|
changeset |
files
|
Thu, 21 Aug 2008 19:52:02 +0200 |
David Douard |
updated introduction doc
|
changeset |
files
|
Thu, 21 Aug 2008 19:10:57 +0200 |
David Douard |
added copyright header to every python file
|
changeset |
files
|
Tue, 19 Aug 2008 23:01:19 +0200 |
David Douard |
fixes to make gpib_detect works
|
changeset |
files
|
Tue, 19 Aug 2008 22:47:16 +0200 |
David Douard |
add a simple 'gpib_detect' command line tool and some minor fixes
|
changeset |
files
|
Tue, 19 Aug 2008 22:21:44 +0200 |
David Douard |
added doc (almost empty) files
|
changeset |
files
|
Tue, 19 Aug 2008 19:09:28 +0200 |
David Douard |
finish some previous unfinished (!) refactoring
|
changeset |
files
|
Thu, 28 Feb 2008 18:35:23 +0100 |
David Douard |
cleanup: removed useless commandregister (and fix some missing import)
|
changeset |
files
|
Thu, 28 Feb 2008 18:16:52 +0100 |
David Douard |
Added commands for HP356X devices. Added STA, IS and AS as commands (instead of constants).
|
changeset |
files
|
Thu, 28 Feb 2008 18:15:59 +0100 |
David Douard |
Make it possible to disable the cache mecanism temporarly and make AbstractCommand derivated classes not considered as commands if their name starts with '_'.
|
changeset |
files
|
Thu, 28 Feb 2008 18:13:55 +0100 |
David Douard |
make convert_from prototype accepts several arguments (to build command with several arguments)
|
changeset |
files
|
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).
|
changeset |
files
|
Mon, 25 Feb 2008 23:21:08 +0100 |
David Douard |
Try to be a little more robust when instanciating the GPIB class (serial connector)
|
changeset |
files
|
Mon, 25 Feb 2008 23:19:42 +0100 |
David Douard |
add de debug "manage_srq" method on HP356XDevice
|
changeset |
files
|
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.
|
changeset |
files
|
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.
|
changeset |
files
|
Sun, 17 Feb 2008 22:59:59 +0100 |
David Douard |
added several example coord datablock & make use of some icons
|
changeset |
files
|
Sun, 17 Feb 2008 22:52:24 +0100 |
david |
oops, forgot the resource file
|
changeset |
files
|
Sat, 16 Feb 2008 22:41:19 +0100 |
david |
added some icons
|
changeset |
files
|
Sat, 16 Feb 2008 22:17:47 +0100 |
David Douard |
add ability to select display (A or B) from which we get trace/coord
|
changeset |
files
|
Thu, 14 Feb 2008 19:28:41 +0100 |
David Douard |
some general GUI improvements & code cleanups
|
changeset |
files
|
Thu, 14 Feb 2008 19:28:10 +0100 |
David Douard |
make plotter really repaint itsefl when some property of the plot is changed
|
changeset |
files
|
Tue, 12 Feb 2008 19:55:02 +0100 |
David Douard |
add THD computation for simple traces of power spectrum
|
changeset |
files
|
Mon, 11 Feb 2008 23:39:21 +0100 |
David Douard |
added many HPGL example plots (for the sake of testing mainly)
|
changeset |
files
|
Mon, 11 Feb 2008 23:36:58 +0100 |
David Douard |
added some forgoten files to Hg
|
changeset |
files
|
Mon, 11 Feb 2008 23:35:41 +0100 |
David Douard |
more work on HP3562A data block dumper/displayer application.
|
changeset |
files
|
Fri, 08 Feb 2008 20:01:47 +0100 |
David Douard |
make q3562 app beginning to work; can now display state & trace datablock with some options.
|
changeset |
files
|
Tue, 05 Feb 2008 19:00:12 +0100 |
David Douard |
forgot a file...
|
changeset |
files
|
Tue, 05 Feb 2008 18:59:29 +0100 |
David Douard |
refactoring: moved everything of the library to a "pygpibtoolkit" module.
|
changeset |
files
|
Mon, 04 Feb 2008 19:49:48 +0100 |
David Douard |
refactoring in progress
|
changeset |
files
|
Mon, 04 Feb 2008 19:19:57 +0100 |
David Douard |
small improvement; display first plot at startup
|
changeset |
files
|
Mon, 04 Feb 2008 19:19:32 +0100 |
David Douard |
constant adjustments for string plots
|
changeset |
files
|
Mon, 04 Feb 2008 19:02:42 +0100 |
David Douard |
some improvements; can now give a bunch of files to open on cmd line; removed print statements
|
changeset |
files
|
Sun, 03 Feb 2008 23:39:27 +0100 |
David Douard |
Refactored the preference system for the qt gpib plotter app. One can now set the colors for plotting pens.
|
changeset |
files
|
Sat, 26 Jan 2008 11:39:30 +0100 |
David Douard |
moved some files & one bugfix
|
changeset |
files
|
Fri, 25 Jan 2008 21:01:30 +0100 |
David Douard |
added some hpgl example plots
|
changeset |
files
|
Fri, 25 Jan 2008 21:00:34 +0100 |
David Douard |
refactoring: created a 'plotter' subdirectory and put everything related to GPIB/HPGL plotting under it
|
changeset |
files
|
Fri, 25 Jan 2008 20:51:56 +0100 |
David Douard |
added generated rc files (from hpgl_plotter.qrc)
|
changeset |
files
|
Fri, 25 Jan 2008 20:50:50 +0100 |
David Douard |
removed useless png files (using SVG everywhere)
|
changeset |
files
|
Fri, 25 Jan 2008 20:49:28 +0100 |
David Douard |
oops, forgot icon files
|
changeset |
files
|
Fri, 25 Jan 2008 20:48:49 +0100 |
David Douard |
added a start scrip & cleanups
|
changeset |
files
|
Fri, 25 Jan 2008 20:25:39 +0100 |
David Douard |
added a gpib plot receiver mockup for testing purpose. Seems to work.
|
changeset |
files
|
Sun, 20 Jan 2008 17:09:31 +0100 |
David Douard |
add a 'receiving a plot' led
|
changeset |
files
|
Fri, 18 Jan 2008 16:33:51 +0100 |
David Douard |
add main menu shotcuts and make first openened file displayed
|
changeset |
files
|
Wed, 16 Jan 2008 01:21:06 +0100 |
David Douard |
add some example hpgl files
|
changeset |
files
|
Wed, 16 Jan 2008 01:20:02 +0100 |
David Douard |
make qplotter a working app: can new load several hpgl files à display them; have a preference system
|
changeset |
files
|
Fri, 11 Jan 2008 18:50:46 +0100 |
David Douard |
Begin of a HPGL plotter application (PyQt4)
|
changeset |
files
|
Fri, 11 Jan 2008 18:50:08 +0100 |
David Douard |
Add HPGL plotter backend for Qt4
|
changeset |
files
|
Fri, 11 Jan 2008 18:49:00 +0100 |
David Douard |
improved hpgl parser : plot strings
|
changeset |
files
|
Thu, 03 Jan 2008 19:06:48 +0100 |
David Douard |
fixes
|
changeset |
files
|
Fri, 21 Dec 2007 23:51:36 +0100 |
David Douard |
added a (very) beginning HPGL parser (with a simplist matplotlib backend)
|
changeset |
files
|
Wed, 19 Dec 2007 00:25:30 +0100 |
David Douard |
docstrings added
|
changeset |
files
|
Wed, 19 Dec 2007 00:19:25 +0100 |
David Douard |
Several improvements (code refactoring) + add stuff to decode binary coordinate data block ("DCBN" command)
|
changeset |
files
|
Tue, 18 Dec 2007 00:38:33 +0100 |
David Douard |
make header_formatter a little bit smarter (interpret bool values when it can)
|
changeset |
files
|
Tue, 18 Dec 2007 00:23:10 +0100 |
David Douard |
several improvements; add an internal state reader
|
changeset |
files
|
Mon, 17 Dec 2007 18:59:45 +0100 |
David Douard |
some forgotten added files
|
changeset |
files
|
Mon, 17 Dec 2007 18:58:00 +0100 |
David Douard |
some code refactoring and several improvements in gpib_plotter (should be more robust & quicker)
|
changeset |
files
|
Mon, 17 Dec 2007 18:57:18 +0100 |
David Douard |
created a HP3562A submodule for specific code
|
changeset |
files
|
Fri, 14 Dec 2007 00:24:11 +0100 |
David Douard |
many improvements in the read/dump trace tools.
|
changeset |
files
|