Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

How to generate several different waveforms on different channels

Hi,

I want to generate 4 different waveforms on 4 different channels synchrounously on an external trigger. How can I archieve this

with WFM_OP?


thx for help

Brickwalker
0 Kudos
Message 1 of 2
(2,983 Views)
Are your channels on the same device, or different devices? If they're on the same device, then you'd just use one call to WFM_Op. If you're using multiple devices, you can't use WFM_Op, because it is a synchronous function. You'll have to use the lower-level WFM_Load & WFM_Group_Control asynchronous functions.

--Joe
0 Kudos
Message 2 of 2
(2,980 Views)