Search found 2 matches

by sparkman
Sat Oct 26, 2013 11:31 am
Forum: C and C++
Topic: Filling the Overview buffers
Replies: 3
Views: 5592

Re: Filling the Overview buffers

Ok so I've finally got back around to this and implemented some python code to manage the stream of data coming back from the buffers. In the mean time I've been working with and analysing the data using block mode which produces a nice waveform. The overall goal was always to eventually use the fas...
by sparkman
Sun Jul 21, 2013 1:25 pm
Forum: C and C++
Topic: Filling the Overview buffers
Replies: 3
Views: 5592

Filling the Overview buffers

Hi, I have a PS2203 and I'm using the PS2000.dll and ctypes in Python. I have it working with no auto stop and my call back function collects the data nicely. I've set up a data buffer of length 20,000 and set the overview_buffer_size to 20,000, I have the timebase set to 1us. I was hoping to be abl...