NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

array variable in call executable step type

Hi,

 

  i am calling an exe file from python script with parameters as below

I have two function 

eg: Initial( char a, char b, char c)

my Argument expressions as"window"+" "+"Xp"+" "+"legacy"

It is working fine.

There is another function with array

 Calibration ( char a, char b, char c[])

I need to pass data to this from teststand.

so i given my data in Argument expressions  "window"+" "+"Xp"+" "+"{'legacy':'2015'}"

 

Even though it is not giving any error.

But it is not working.

 

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