From f8a87ff1069d7fab7031804da2d66773be8695a6 Mon Sep 17 00:00:00 2001 From: Anthony LaTorre Date: Wed, 17 Aug 2011 14:40:25 -0400 Subject: documentation update and open hdf5 files in read only mode in draw.py --- README | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 3c59521..03ecf30 100644 --- a/README +++ b/README @@ -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 ------------- -- cgit