NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to specify elements of boolean array

Hi,
 
I'm quite frustrated as I fail to accomplish a rather simple task....
I specified an array of booleans as a parameter in one sequence file.
I call this sequence from my mainSequence and need to specify values to this array.
 
How do you specify values into this array..... False, True, True.....etc..
 
I failed anything I tried.  I search through the help and documentations but nothing.....please help
 
Rafi
0 Kudos
Message 1 of 2
(3,019 Views)

Hi Rafi.

Here is an example of an array constant you can use as an expression to pass it to your sequence:  { False, True, True }

Hope this helps, Guenter

0 Kudos
Message 2 of 2
(3,015 Views)