log

age author description
2013-03-21 Daniel O'Connor Add option to run for N iterations and exit.
2013-03-21 Daniel O'Connor Allow bandwith to be set (maintains a 10:1 ratio of vid:res BW)
2013-01-31 Daniel O'Connor - Print configuration details before starting
2013-01-31 Daniel O'Connor Turn averaging on otherwise we throw away all but the last sweep.
2013-01-31 Daniel O'Connor Fix comment
2013-01-31 Daniel O'Connor - Calculate ENR (based on table on the back of our noise source)
2012-12-20 Daniel O'Connor Add noise test
2012-12-20 Daniel O'Connor Commit final version that went to Norway
2011-09-28 Daniel O'Connor Use *OPC where supported, otherwise poll.
2011-09-28 Daniel O'Connor Manually range check, older scipy's don't have bound_error.
2011-09-28 Daniel O'Connor Use scipys interpolation routines rather than hand rolling.
2011-09-28 Daniel O'Connor Reword text to be clearer.
2011-09-28 Daniel O'Connor Tabs don't work when saving a file, or on windows so don't use them.
2011-09-28 Daniel O'Connor Use DataFile properly..
2011-09-28 Daniel O'Connor Add file to generate stats on data files.
2011-09-28 Daniel O'Connor Move DataFile class to new file for ease of reuse.
2011-09-28 Daniel O'Connor Separate out data file reader into a new class for ease of reuse.
2011-09-27 Daniel O'Connor Add experiment to look at the FM band.
2011-09-27 Daniel O'Connor Add page references for each command to teh Anritsu.
2011-09-21 Daniel O'Connor Add program to plot data files from sitesurvey.py
2011-09-21 Daniel O'Connor Don't put timestamp_hex & _dec in the data file.
2011-09-21 Daniel O'Connor Add code to automate a sitesurvey (to some degree).
2011-09-21 Daniel O'Connor Add Q&D example code for Anritsu MS2034A and Agilent R5071.
2011-09-21 Daniel O'Connor Change timeout to 1500 - seems to help the Anritsu at Trondheim..
2011-09-21 Daniel O'Connor Handle default port better so passing None in picks the default.
2011-09-21 Daniel O'Connor - Handle zero length data from the instrument.
2011-09-21 Daniel O'Connor Use "new" style exceptions.
2011-08-25 Daniel O'Connor Fix example usage of scpi decoder.
2011-08-11 Daniel O'Connor Add a wrapper around vxi_11_connection so it acts like the other classes.
2011-08-11 Daniel O'Connor Redo timeout in a more sensible way (also change it to 100ms)