Search found 2 matches

by ristiisa
Mon Jan 16, 2017 11:42 am
Forum: C and C++
Topic: Using PS5000 API to capture data like PicoScope
Replies: 3
Views: 4850

Re: Using PS5000 API to capture data like PicoScope

Hi Hitesh, How do I know that loss of data has occured? How does PS5000 API know that I have collected all the samples? Should I be using the ps5000GetValuesAsync instead of ps5000GetStreamingLatestValues? I took the 16ns sample rate from the value shown in PicoScope GUI. All calls return PICO_OK. I...
by ristiisa
Fri Jan 13, 2017 2:24 pm
Forum: C and C++
Topic: Using PS5000 API to capture data like PicoScope
Replies: 3
Views: 4850

Using PS5000 API to capture data like PicoScope

How could I get the same data, shown in the following image, using the PS5000 API: http://i.imgur.com/tKIhnvf.png I tried to use ps5000RunStreaming and ps5000GetStreamingLatestValues but I have several issues with my code: http://pastebin.com/nxUGmkK3 1. I need to keep calling ps5000GetStreamingLate...