aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-29fix struct.unpack bug reported by mingi wuHEADmasterAnthony LaTorre
2013-05-01set default ip and port in setup.pyAnthony LaTorre
2013-04-17break out of run loop after catching a keyboard interruptAnthony LaTorre
2013-04-02fix saving of header state in a few functions. acquire method now blocks ↵Anthony LaTorre
until waveform is acquired.
2013-03-29small syntax error, use math.log10Anthony LaTorre
2013-03-29catch keyboard interrupt and resize datasetsAnthony LaTorre
2013-03-29recv function now accepts size, added a method to enable fastframe, ↵Anthony LaTorre
commented code cleanup
2013-03-01add ability to fetch waveforms in chunks when fastframe is turned on.Anthony LaTorre
2013-03-01added beginnings of script to save waveforms to disk to tektronix.py.Anthony LaTorre
2013-03-01add method to fetch waveforms. also add methods to convert waveform to ↵Anthony LaTorre
voltage values and build a time array for the waveform.
2013-03-01add method to fetch preamble which gives information about the format of the ↵Anthony LaTorre
transferred waveform.
2013-02-28start of module for communicating with tektronix scopes.Anthony LaTorre
2013-02-27use setup.scope_ip in scope test.Anthony LaTorre
2011-08-22add ability to specify file and dataset attributes by prompting the user ↵Anthony LaTorre
when running fetch.py
2011-08-22add __init__.pyAnthony LaTorre
2011-08-17documentation update and open hdf5 files in read only mode in draw.pyAnthony LaTorre
2011-06-09readme file specified the wrong file to edit to specify the oscilloscopes's ↵Anthony LaTorre
ip address
2011-06-09you can now take data using sequence mode! also, updated the README file to ↵Anthony LaTorre
include more examples. sock.py now replaces scope.py. sock.py is almost identical, but i renamed the class to Socket and fixed it so that data headers are properly received; previously, it was assumed that the 8 byte header was sent in a single recv() call, which is not always the case. draw.py is a new script to draw waveforms using matplotlib instead of root.
2011-06-02documentation updateAnthony LaTorre
2011-05-23documentation updateAnthony LaTorre
2011-05-02initial commitAnthony LaTorre