API functions in C for Initializing Math Channel

Post your C and C++ discussions here
Post Reply
sanee
Newbie
Posts: 0
Joined: Wed Mar 13, 2019 6:26 am

API functions in C for Initializing Math Channel

Post by sanee »

We have used a math channel formula for phase difference calculation but how to initialize it using API function in C language or #C through visual studio??

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

Re: API functions in C for Initializing Math Channel

Post by Martyn »

The API functions allow you to set up the scope so that it can capture data, and then they allow you to download the data so that your application can process this. There are no processing functions within the API, those present in the PicoScope 6 application such as "Math Channels" are coded within the application. You would need to code this functionality yourself in your own application if you require those features.
Martyn
Technical Support Manager

Post Reply