Mercurial > ~darius > hgwebdir.cgi > pyinst
graph
-
Fix for Python 33 months ago, by Daniel O'Connor
-
Fetch large data blocks correctly.3 months ago, by Daniel O'Connor
-
Python3ise RSIB code16 months ago, by Daniel O'Connor
-
Move pylab import to where graphing is so we don't need an X server2021-08-30, by Daniel O'Connor
-
Make function more configurable2021-08-04, by Daniel O'Connor
-
Add example code to configure a Rigol DSG815 for a frequency sweep2021-01-19, by Daniel O'Connor
-
Add chkcmd helper to execute command check STB to see if it failed.2021-01-19, by Daniel O'Connor
-
Perform a dummy write/read after initiateClear and check the event/error queue bit.2021-01-19, by Daniel O'Connor
-
Add initiateClear and a few others and use it to clear buffers on setup.2021-01-19, by Daniel O'Connor
-
Add simple scope example2021-01-08, by Daniel O'Connor
-
Add simple spectrum analyser example2021-01-08, by Daniel O'Connor
-
Use edge detection to log time differences between edges2021-01-08, by Daniel O'Connor
-
Add code to measure phase difference between 2 signals by sampling2021-01-08, by Daniel O'Connor
-
Honour timeout passed into ask()2021-01-08, by Daniel O'Connor
-
Change default timeout to 500msec2021-01-08, by Daniel O'Connor
-
Fix for Python 32021-01-08, by Daniel O'Connor
-
Make it more tolerant if we can't read strings.2021-01-08, by Daniel O'Connor
-
Run through 2to32020-12-08, by Daniel O'Connor
-
Use BaseException rather than strings.2020-12-08, by Daniel O'Connor
-
Improve usage message.2013-05-02, by Daniel O'Connor
-
Log some stats after multiple runs.2013-03-21, by Daniel O'Connor
-
Add option to run for N iterations and exit.2013-03-21, by Daniel O'Connor
-
Allow bandwith to be set (maintains a 10:1 ratio of vid:res BW)2013-03-21, by Daniel O'Connor
-
- Print configuration details before starting2013-01-31, by Daniel O'Connor
-
Turn averaging on otherwise we throw away all but the last sweep.2013-01-31, by Daniel O'Connor
-
Fix comment2013-01-31, by Daniel O'Connor
-
- Calculate ENR (based on table on the back of our noise source)2013-01-31, by Daniel O'Connor
-
Add noise test2012-12-20, by Daniel O'Connor
-
Commit final version that went to Norway2012-12-20, by Daniel O'Connor
-
Use *OPC where supported, otherwise poll.2011-09-28, by Daniel O'Connor
-
Manually range check, older scipy's don't have bound_error.2011-09-28, by Daniel O'Connor
-
Use scipys interpolation routines rather than hand rolling.2011-09-28, by Daniel O'Connor
-
Reword text to be clearer.2011-09-28, by Daniel O'Connor
-
Tabs don't work when saving a file, or on windows so don't use them.2011-09-28, by Daniel O'Connor
-
Use DataFile properly..2011-09-28, by Daniel O'Connor
-
Add file to generate stats on data files.2011-09-28, by Daniel O'Connor
-
Move DataFile class to new file for ease of reuse.2011-09-28, by Daniel O'Connor
-
Separate out data file reader into a new class for ease of reuse.2011-09-28, by Daniel O'Connor
-
Add experiment to look at the FM band.2011-09-27, by Daniel O'Connor
-
Add page references for each command to teh Anritsu.2011-09-27, by Daniel O'Connor
-
Add program to plot data files from sitesurvey.py2011-09-21, by Daniel O'Connor
-
Don't put timestamp_hex & _dec in the data file.2011-09-21, by Daniel O'Connor
-
Add code to automate a sitesurvey (to some degree).2011-09-21, by Daniel O'Connor
-
Add Q&D example code for Anritsu MS2034A and Agilent R5071.2011-09-21, by Daniel O'Connor
-
Change timeout to 1500 - seems to help the Anritsu at Trondheim..2011-09-21, by Daniel O'Connor
-
Handle default port better so passing None in picks the default.2011-09-21, by Daniel O'Connor
-
- Handle zero length data from the instrument.2011-09-21, by Daniel O'Connor
-
Use "new" style exceptions.2011-09-21, by Daniel O'Connor
-
Fix example usage of scpi decoder.2011-08-25, by Daniel O'Connor
-
Add a wrapper around vxi_11_connection so it acts like the other classes.2011-08-11, by Daniel O'Connor
-
Redo timeout in a more sensible way (also change it to 100ms)2011-08-11, by Daniel O'Connor
-
Add SCPI socket class.2011-08-11, by Daniel O'Connor
-
Remove the test now it's in a separate file.2011-08-11, by Daniel O'Connor
-
Make ascdecode smarter so it can handle Anritsu ASCII.2011-08-11, by Daniel O'Connor
-
Copied from2011-08-11, by Daniel O'Connor
-
Update examples to match new code.2011-08-10, by Daniel O'Connor
-
Work out the header using an RE and scrub it automatically.2011-08-10, by Daniel O'Connor
-
Rename examples, rework them to be clearer and use helper functions.2011-08-10, by Daniel O'Connor
-
Add helper functions for SCPI.2011-08-10, by Daniel O'Connor
-
Add test code and some (not enabled) sequence checking.2011-08-10, by Daniel O'Connor
-
Ignore various useless files.2009-05-16, by Daniel O'Connor
-
This code isn't scope specific.2009-05-16, by Daniel O'Connor
-
Add a method to determine if the device is still connected.2009-05-16, by Daniel O'Connor
-
Use short form of handle which looks nicer..2009-05-16, by Daniel O'Connor
-
Fix comment mangle.2009-05-16, by Daniel O'Connor
-
Save handle after using it, makes the code look nicer.2009-05-16, by Daniel O'Connor
-
Add 2 clause BSDL.2009-05-16, by Daniel O'Connor
-
Add basic RSIB parser and example program.2009-05-16, by Daniel O'Connor
-
Add variable timeout for reads.2009-05-13, by Daniel O'Connor
-
Remove vend/prod ID for CRO, not needed since we do an interface search.2009-05-13, by Daniel O'Connor
-
Add example.py with pylab plotting example.2009-05-13, by Daniel O'Connor
-
Rip out procedural interface and use the OO one.2009-05-13, by Daniel O'Connor
-
Make the read support work properly & check what the device gives us.2009-05-13, by Daniel O'Connor
-
First stab at code that actually works!2009-05-13, by Daniel O'Connor