Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Using nidaqmx-python to output two custom made waveforms

I want to output two "trapezoid" waveforms on a NI-6008. I know how to create a single period of the signal as a numpy array. But how can I output them with different frequencies?

0 Kudos
Message 1 of 2
(1,925 Views)

Hello,

the solution could be two arrays with different number of elements. I suppose that sample rate is fixed for both outputs so longer array should take more time to execute.

0 Kudos
Message 2 of 2
(1,864 Views)