Software triggered generator operation (3204A)

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

Re: Software triggered generator operation (3204A)

Post by Hitesh »

Hi,

Gating of the signal generator applies to the External trigger.

For software control try setting the trigger type to PS3000A_SIGGEN_RISING, then call

Code: Select all

rv=ps3000aSigGenSoftwareControl(handle, 1);
I hope this helps.

Post Reply