PS2000_MAX_RANGES

Post general discussions on using our drivers to write your own software here
Post Reply
TimOster
Newbie
Posts: 0
Joined: Mon Dec 01, 2014 5:36 pm

PS2000_MAX_RANGES

Post by TimOster »

Is PS2000_MAX_RANGES how to use the autoscaling function present in PicoScope6? Or do I need to look at the return for an overflow and act accordingly?

Thanks.

Hitesh

Re: PS2000_MAX_RANGES

Post by Hitesh »

Hi Tim,

The PS2000_MAX_RANGES enumeration indicates the maximum number of voltage ranges.

You will need to monitor the overflow variable (which is a bit flag) and then adjust the voltage range for the channel(s) on the next run.

Hope this helps.

TimOster
Newbie
Posts: 0
Joined: Mon Dec 01, 2014 5:36 pm

Re: PS2000_MAX_RANGES

Post by TimOster »

Yes, thanks.

Post Reply