diff options
author | Anthony LaTorre <telatorre@gmail.com> | 2011-08-17 14:40:25 -0400 |
---|---|---|
committer | Anthony LaTorre <telatorre@gmail.com> | 2011-08-17 14:40:25 -0400 |
commit | f8a87ff1069d7fab7031804da2d66773be8695a6 (patch) | |
tree | bc9807263b3f57f48c1fb2ce28c4bb0920e8a423 /README | |
parent | 9cb86aba279caf86769448df877a727f54ebb786 (diff) | |
download | lecrunch-f8a87ff1069d7fab7031804da2d66773be8695a6.tar.gz lecrunch-f8a87ff1069d7fab7031804da2d66773be8695a6.tar.bz2 lecrunch-f8a87ff1069d7fab7031804da2d66773be8695a6.zip |
documentation update and open hdf5 files in read only mode in draw.py
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -83,8 +83,13 @@ Turn on sequence mode! Be aware that as you turn up the number of segments the scope will take longer to process a single acquisition. The default timeout value for the socket connection in sock.py is set to 2 seconds; therefore, if an acquisition -takes longer than 2 seconds, the socket object will raise a timeout exception -when you request a waveform. +takes longer than 2 seconds, the socket object may raise a timeout exception +when you attempt to readout a waveform. + +How to Analyze the Waveforms +---------------------------- + +Example code to read the waveforms from an hdf5 file is coming soon. Documentation ------------- |