how to get maximum, rise time with Excel VBA

Post your VB and VBA discussions here
Post Reply
HagiT
Newbie
Posts: 0
Joined: Thu Feb 15, 2018 6:53 am

how to get maximum, rise time with Excel VBA

Post by HagiT »

I want to measure automatically using PicoScope 4424 and 5244B.
(I am using PicoSDK_64_10.6.12.41.)

Is there a way to get the maximum and rise time in repeat (trigger) mode?
(Get maximum, minimum, average, standard deviation data from Excel VBA)


I want the same data as the measurement table of PicoScoppe 6 screen.

Thank you.

Hitesh

Re: how to get maximum, rise time with Excel VBA

Post by Hitesh »

Hi HagiT,

As per your support ticket with us, unfortunately the driver API does not provide functionality to return measurements.

You can use third party libraries such as Intel IPP or OpenCV, or implement your own algorithms to do this.

Regards,

HagiT
Newbie
Posts: 0
Joined: Thu Feb 15, 2018 6:53 am

Re: how to get maximum, rise time with Excel VBA

Post by HagiT »

Thank you for your reply.

It is regrettable that it is not implemented by API.
(I use it, Picoscope 6 automatic control)

Thank you

Post Reply