Read Measurement Informations

Post your C and C++ discussions here
Post Reply
iscool2@gmail.com
Newbie
Posts: 0
Joined: Mon Mar 21, 2016 11:48 am

Read Measurement Informations

Post by iscool2@gmail.com »

I purchased your PicoScpde 5244B and I would like to get the data with SDK which are already added by PicoScope6.
I added 3 measurement items,
1) CH-A, PeekToPeek (Value/Min/Max/Average/sigma)
2) CH-A, Frequency (Value/Min/Max/Average/sigma)
3) CH-B, Frequency (Value/Min/Max/Average/sigma)

I ready want to read the value of "PeekToPeek item's Value:CH-A", "Frequency item's: Average: CH-A" and "Frequency item's: Average: CH-B".

What's the APIs to manipulate those?
I read aticles of this forum but unfortunately I can't found any hint.

Thanks.

Hitesh

Re: Read Measurement Informations

Post by Hitesh »

Hi,

You can obtain measurements via a command line interface - please refer to this post.

Unfortunately, measurements are not available via the API functions - you will need to undertake this either using post-processing of the data if you are using the functions to set up and collect data from the device, or if you are using the PicoScope 6 software, then you could use the approach above.

Regards,

Post Reply