aboutsummaryrefslogtreecommitdiff
path: root/tektronix.py
AgeCommit message (Collapse)Author
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