Ps3204A and ps3000aGetTimebase(2)

Post general discussions on using our drivers to write your own software here
Post Reply
Massimo

Ps3204A and ps3000aGetTimebase(2)

Post by Massimo »

Hi,

I'm in trouble with the ps3000aGetTimebase(2) functions.
Every time I try to set an oversample with value different from 0 the functions replies with 1D=Too many samples.
I have tried calling them in one memory segment case and in several memory segments case.

ex: ps3000aGetTimebase2(handle,timebase,4010,timeint,128,1)

Thanks for your interest.
Massimo

Chris
Site Admin
Site Admin
Posts: 169
Joined: Tue Aug 17, 2010 9:00 am
Location: St. Neots

Re: Ps3204A and ps3000aGetTimebase(2)

Post by Chris »

Try changing your parameters to something like this....


status = ps3000aGetTimebase2(unit.handle,timebase,4010,&timeint,128,&maxSamples,0);

Post Reply