From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

limit test array of waveforms

how do I limit test an array of waveforms. Do I have to extract each waveform separately or is there a nifty way of doing them all at once?

TIA
0 Kudos
Message 1 of 2
(2,246 Views)
Depends on what you want to do with them. Very simple functions may work on the whole set of waveforms, but most of the time you would tie them to a for-next loop(or while for those who do not like for-next loops) and let the loop pull out each waveform and process it.
Randall Pursley
0 Kudos
Message 2 of 2
(2,240 Views)