index
:
lecrunch
master
LeCrunch is a set of libraries and scripts for communicating and extracting waveform traces from LeCroy X-stream oscilloscopes.
Anthony LaTorre
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tektronix.py
Age
Commit message (
Collapse
)
Author
2013-04-17
break out of run loop after catching a keyboard interrupt
Anthony LaTorre
2013-04-02
fix saving of header state in a few functions. acquire method now blocks ↵
Anthony LaTorre
until waveform is acquired.
2013-03-29
small syntax error, use math.log10
Anthony LaTorre
2013-03-29
catch keyboard interrupt and resize datasets
Anthony LaTorre
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