adc200_set_frequency

Post your C and C++ discussions here
Post Reply
jimv
Newbie
Posts: 1
Joined: Tue Jun 26, 2007 12:14 am

adc200_set_frequency

Post by jimv »

I have just dowloaded the latest software for an ADC216 unit.
In C++, I cannot get the signal generator to function.
I use the following calls-

adc200_open(1);
adc200_set_unit(1);
...
adc200_set_frequency( 100);
...

and NOTHING happens on the on the output/trigger port.

However, the function generator works properly when accessed via
the Picoscope menus.

What am I doing wrong?

ziko
Advanced User
Advanced User
Posts: 1705
Joined: Fri Dec 01, 2006 10:03 am
Location: St Neots

Post by ziko »

Hi and thank you for your post.

You need to use the adc200_run command and not call the stop command.

Let me know how you get on.

Kind regards
Ziko

Technical Specialist

Post Reply