Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-29 | recv function now accepts size, added a method to enable fastframe, ↵ | Anthony LaTorre | |
commented code cleanup | |||
2013-03-01 | add ability to fetch waveforms in chunks when fastframe is turned on. | Anthony LaTorre | |
2013-03-01 | added beginnings of script to save waveforms to disk to tektronix.py. | Anthony LaTorre | |
2013-03-01 | add 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-01 | add method to fetch preamble which gives information about the format of the ↵ | Anthony LaTorre | |
transferred waveform. | |||
2013-02-28 | start of module for communicating with tektronix scopes. | Anthony LaTorre | |
2013-02-27 | use setup.scope_ip in scope test. | Anthony LaTorre | |
2011-08-22 | add ability to specify file and dataset attributes by prompting the user ↵ | Anthony LaTorre | |
when running fetch.py | |||
2011-08-22 | add __init__.py | Anthony LaTorre | |
2011-08-17 | documentation update and open hdf5 files in read only mode in draw.py | Anthony LaTorre | |
2011-06-09 | readme file specified the wrong file to edit to specify the oscilloscopes's ↵ | Anthony LaTorre | |
ip address | |||
2011-06-09 | you 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-02 | documentation update | Anthony LaTorre | |
2011-05-23 | documentation update | Anthony LaTorre | |
2011-05-02 | initial commit | Anthony LaTorre | |