Search found 4 matches

by bastianloeher
Tue Sep 25, 2018 5:18 am
Forum: C and C++
Topic: Pico 2406B time_base=0 does not yield 1GS/s sampling
Replies: 6
Views: 11272

Re: Pico 2406B time_base=0 does not yield 1GS/s sampling

Dear support, I've fixed the problem on my side. Sorry for the inconvenience. My error was, that I gave the timeIntervalNanoseconds returned from the GetTimebase() call to the RunBlock() function. Correct is of course to supply the same timebase to RunBlock() as to GetTimebase(). Problem solved. Tha...
by bastianloeher
Thu Sep 20, 2018 6:37 pm
Forum: C and C++
Topic: Pico 2406B time_base=0 does not yield 1GS/s sampling
Replies: 6
Views: 11272

Re: Pico 2406B time_base=0 does not yield 1GS/s sampling

The value for time_interval_ns does not change between the two calls.
I'll make a minimal example. Can I post it in this forum, or should I send it to another address?
by bastianloeher
Wed Sep 19, 2018 6:41 pm
Forum: C and C++
Topic: Pico 2406B time_base=0 does not yield 1GS/s sampling
Replies: 6
Views: 11272

Re: Pico 2406B time_base=0 does not yield 1GS/s sampling

Dear Hitesh, yes, I have played around with enabling and disabling the various channels. After opening the device I first call SetChannels on all four channels, enabling only channel A, and disabling all others. Then when I call GetTimeBase, I get a timeInterval of 1 ns back. Still, when I then look...
by bastianloeher
Tue Sep 18, 2018 1:36 pm
Forum: C and C++
Topic: Pico 2406B time_base=0 does not yield 1GS/s sampling
Replies: 6
Views: 11272

Pico 2406B time_base=0 does not yield 1GS/s sampling

Hi, I'm using a Pico 2406B with the C API from libps2000a_2.1.0-5r570_amd64.deb. The information I used for programming is from the manual: https://www.picotech.com/download/manuals/picoscope-2000-series-a-api-programmers-guide.pdf and the C examples: https://github.com/picotech/picosdk-c-examples E...