Automated Measurements using SDK

Post your C and C++ discussions here
Post Reply
s9susrik
Newbie
Posts: 0
Joined: Mon Nov 03, 2014 9:26 am

Automated Measurements using SDK

Post by s9susrik »

I am new to PicoScope, but I was wondering id there is a way to generate these Automated Measurements like AC RMS, true RMS, cycle time, DC average, duty cycle, falling rate, fall time, frequency, high pulse width, low pulse width, maximum, minimum, peak–to–peak, rise time and rising rate using the SDK and the API's provided.

I main intention is to get the values for further processing. PicoScope lets me see the values but I want to gather them and use it for some post processing. I want to be able to do this in real time so it would help if the SDK provides some method to retrieve these values.

If this is possible I would like to know. Thanks in advance.

Martyn
Site Admin
Site Admin
Posts: 4491
Joined: Fri Jun 10, 2011 8:15 am
Location: St. Neots

Re: Automated Measurements using SDK

Post by Martyn »

The values you can see in PicoScope 6 are calculated by the software from the collected data. The driver does not provide these measurements, only the actual data, so you will need to replicate what PicoScope 6 does, and calculate these within your own application.
Martyn
Technical Support Manager

Post Reply