Search found 2 matches

by amiurunkj
Fri Feb 10, 2017 10:54 am
Forum: USB PC Oscilloscopes
Topic: Readng multiple channels from API
Replies: 6
Views: 6788

Re: Readng multiple channels from API

Thank you so much! I have segmented the memory into two and assigned a buffer to each segment, and I am trying to invoke ps5000aGetValues for each of them, but I receive PICO_NO_SAMPLES_AVAILABLE error. This should mean that the run has not been completed which I don't understand, I wait sufficientl...
by amiurunkj
Fri Feb 10, 2017 2:11 am
Forum: USB PC Oscilloscopes
Topic: Readng multiple channels from API
Replies: 6
Views: 6788

Readng multiple channels from API

Hi Everybody, I have a Picoscope 5242A device connected to my PC, and I would like to read the data from two channels in block mode (and later maybe streaming mode) using python. My question is: how to do that? With one channel it is no problem, but when I have two I cannot tell the ps5000aGetValues...