C# Specific Functions to Acquire Measurements

Post your .Net discussions here
Post Reply
abigail8600
Newbie
Posts: 0
Joined: Tue May 07, 2019 4:12 pm

C# Specific Functions to Acquire Measurements

Post by abigail8600 »

Hello PicoTech Support team,

As development team we are always looking new hardware to implement in our Testers.
Recently we acquire the 22005A in order to tested and see the possibility to implemented in
our current and future developments.

We already read the API and DLL documentation which is great but we would like to know if there are already developed functions into the DLL in order to acquire directly measurements from the Oscilloscope as the FREQUENCY, DUTY CYCLE, VOLTAGE PK-PK, Etc,.
We are looking functions that works in Visual Studio C#.

Can you please let us know an example project or give us some guidance in order to achieve this?

Best Regards.
Abigail Contreras López
Sr Test Development Engineer @JABIL

Gerry
PICO STAFF
PICO STAFF
Posts: 1145
Joined: Mon Aug 11, 2014 11:14 am

Re: C# Specific Functions to Acquire Measurements

Post by Gerry »

Hi Abigail,

The functions that you mentioned are only available in our software, not our SDK API, so you would have to code them yourself. However they are fairly simple to code, for instance, Frequency will be counting cycles (rising and falling crossings through thresholds), and then dividing by time.

Regards,

Gerry
Gerry
Technical Specialist

abigail8600
Newbie
Posts: 0
Joined: Tue May 07, 2019 4:12 pm

Re: C# Specific Functions to Acquire Measurements

Post by abigail8600 »

Hi Gerry.

Understood. Any doubt related with the Oscilloscope itself I'll post it.

Thanks!

Post Reply