Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Stop WFM_Op indefinite output?

How does one stop a WFM_Op call with "iterations" set to 0 (run indefinitely)? I can't seem to find instructions on how to do this.
0 Kudos
Message 1 of 2
(2,402 Views)
Hi,

Instead of WFM_Op, you should use low-level functions for analog output :
WFM_Load (to load your signal into the generation buffer)
WFM_Group_Control with operation set to OP_START (to begin generation)
WFM_Group_Control with operation set to OP_CLEAR (to stop generation)

Hope this helps.

BMN
0 Kudos
Message 2 of 2
(2,402 Views)