Mercurial
>
pygpibtoolkit
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
zip
gz
bz2
help
graph
The revision graph only works with JavaScript-enabled browsers.
[qt5] fix QMplCanvas
2018-05-15
, by David Douard
port HPGL plotter emulator to PyQt5
2018-05-03
, by David Douard
[py3k] beginning to port to py3k
2018-04-30
, by David Douard
fix README
2009-04-02
, by David Douard
copyright updated
2009-04-02
, by David Douard
add an interactive session helper file
2009-03-30
, by David Douard
fixes in HP8904 device description
2009-03-30
, by David Douard
add more commands to HP_8904 device
2009-03-30
, by David Douard
add some commands to HP8904 device
2009-03-26
, by David Douard
many improvements:
2009-03-17
, by David Douard
Add an option to qgpib_plotter to make it auto display any newly received plot (+ fix in plot list management)
2008-09-04
, by David Douard
fix small bugs in qgpib plotter
2008-09-04
, by David Douard
add ability to print a plot in qgpibplotter
2008-08-26
, by David Douard
force display of opened file, instead of just adding ot to the plots list
2008-08-26
, by David Douard
started developer doc
2008-08-26
, by David Douard
small cleanups and doc update
2008-08-22
, by David Douard
Improve docs.
2008-08-22
, by David Douard
Moved .plt example files in a hpgl_plots subdirectory.
2008-08-22
, by David Douard
Display an introduction message when running gpib_detect.
2008-08-22
, by David Douard
make q3562 app work again (in test mode at least)
2008-08-21
, by David Douard
Small fixes to HPGL plotter (be a little bit more robust)
2008-08-21
, by David Douard
updated introduction doc
2008-08-21
, by David Douard
added copyright header to every python file
2008-08-21
, by David Douard
fixes to make gpib_detect works
2008-08-19
, by David Douard
add a simple 'gpib_detect' command line tool and some minor fixes
2008-08-19
, by David Douard
added doc (almost empty) files
2008-08-19
, by David Douard
finish some previous unfinished (!) refactoring
2008-08-19
, by David Douard
cleanup: removed useless commandregister (and fix some missing import)
2008-02-28
, by David Douard
Added commands for HP356X devices. Added STA, IS and AS as commands (instead of constants).
2008-02-28
, by 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 '_'.
2008-02-28
, by David Douard
make convert_from prototype accepts several arguments (to build command with several arguments)
2008-02-28
, by 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).
2008-02-25
, by David Douard
Try to be a little more robust when instanciating the GPIB class (serial connector)
2008-02-25
, by David Douard
add de debug "manage_srq" method on HP356XDevice
2008-02-25
, by 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.
2008-02-25
, by 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.
2008-02-25
, by David Douard
added several example coord datablock & make use of some icons
2008-02-17
, by David Douard
oops, forgot the resource file
2008-02-17
, by david
added some icons
2008-02-16
, by david
add ability to select display (A or B) from which we get trace/coord
2008-02-16
, by David Douard
some general GUI improvements & code cleanups
2008-02-14
, by David Douard
make plotter really repaint itsefl when some property of the plot is changed
2008-02-14
, by David Douard
add THD computation for simple traces of power spectrum
2008-02-12
, by David Douard
added many HPGL example plots (for the sake of testing mainly)
2008-02-11
, by David Douard
added some forgoten files to Hg
2008-02-11
, by David Douard
more work on HP3562A data block dumper/displayer application.
2008-02-11
, by David Douard
make q3562 app beginning to work; can now display state & trace datablock with some options.
2008-02-08
, by David Douard
forgot a file...
2008-02-05
, by David Douard
refactoring: moved everything of the library to a "pygpibtoolkit" module.
2008-02-05
, by David Douard
refactoring in progress
2008-02-04
, by David Douard
small improvement; display first plot at startup
2008-02-04
, by David Douard
constant adjustments for string plots
2008-02-04
, by David Douard
some improvements; can now give a bunch of files to open on cmd line; removed print statements
2008-02-04
, by David Douard
Refactored the preference system for the qt gpib plotter app. One can now set the colors for plotting pens.
2008-02-03
, by David Douard
moved some files & one bugfix
2008-01-26
, by David Douard
added some hpgl example plots
2008-01-25
, by David Douard
refactoring: created a 'plotter' subdirectory and put everything related to GPIB/HPGL plotting under it
2008-01-25
, by David Douard
added generated rc files (from hpgl_plotter.qrc)
2008-01-25
, by David Douard
removed useless png files (using SVG everywhere)
2008-01-25
, by David Douard
oops, forgot icon files
2008-01-25
, by David Douard
added a start scrip & cleanups
2008-01-25
, by David Douard
added a gpib plot receiver mockup for testing purpose. Seems to work.
2008-01-25
, by David Douard
add a 'receiving a plot' led
2008-01-20
, by David Douard
add main menu shotcuts and make first openened file displayed
2008-01-18
, by David Douard
add some example hpgl files
2008-01-16
, by David Douard
make qplotter a working app: can new load several hpgl files à display them; have a preference system
2008-01-16
, by David Douard
Begin of a HPGL plotter application (PyQt4)
2008-01-11
, by David Douard
Add HPGL plotter backend for Qt4
2008-01-11
, by David Douard
improved hpgl parser : plot strings
2008-01-11
, by David Douard
fixes
2008-01-03
, by David Douard
added a (very) beginning HPGL parser (with a simplist matplotlib backend)
2007-12-21
, by David Douard
docstrings added
2007-12-18
, by David Douard
Several improvements (code refactoring) + add stuff to decode binary coordinate data block ("DCBN" command)
2007-12-18
, by David Douard
make header_formatter a little bit smarter (interpret bool values when it can)
2007-12-17
, by David Douard
several improvements; add an internal state reader
2007-12-17
, by David Douard
some forgotten added files
2007-12-17
, by David Douard
some code refactoring and several improvements in gpib_plotter (should be more robust & quicker)
2007-12-17
, by David Douard
created a HP3562A submodule for specific code
2007-12-17
, by David Douard
many improvements in the read/dump trace tools.
2007-12-13
, by David Douard
several updates to the gpib module
2007-12-13
, by David Douard
adjust timing parameters & fixes
2007-12-10
, by David Douard
fixes in gpib module
2007-12-10
, by David Douard
completed missing constants
2007-12-10
, by David Douard
ported 'dump_trace' to gpib API
2007-12-10
, by David Douard
small cleanup
2007-12-10
, by David Douard
addede a __init__.py
2007-12-10
, by David Douard
added a gpib module (handle gpib connection)
2007-12-10
, by David Douard
make 7470 plotter emulator more user friendly & several file renames
2007-12-10
, by David Douard
initial import
2007-12-10
, by David Douard
less
more
|
(0)
tip