The VI should now appear similar to the following:
Note: This image is a LabVIEW snippet, which includes LabVIEW code that you can reuse in your project. To use a snippet, right-click the image, save it to your computer, and drag the file onto your LabVIEW diagram.
After running the VI, the
Duration(s) array in the example Snippet will populate with the test duration for each individual channel. To obtain the total test duration independent of individual channels, use an
Array Max & Min Function to isolate the largest element inside the
Duration(s) array. This element represents the overall duration of the test.