NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

AND Boolean Array in TestStand

This should be a simple task, but for the life of me I can't find any documentation on a command to AND an array of Boolean elements. Is there any function for this, or do I have to write a loop to compare each array element?

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

I was surprised to see that AllOf() didn't work with an array.  The best I can come up with is !Contains(Locals.BooleanArray,False)

 

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