diff options
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 ------------- |