07-21-2025 03:06 PM
Hello,
I have a large arbitrary waveform I am streaming through an analog output. I've been able to do this using the nidaqmx Python package using a Multifunction DAQ, and using nifgen Python package using an AWG.
I'm trying to synchronize the output to a digital trigger, where 'x' number of samples are generated per trigger, from the front of the queue. Is there a way to combine the triggered output functionality of FINITE output modes and the streaming functionality of CONTINUOUS output modes?
Any guidance would be greatly appreciated,
Max
07-22-2025 07:24 AM
I don't see why you can't use a trigger in a Continuous output mode.
Show us what you have tried and what obstacle you are encountering.