Hello ,
I am new to NI teststand.
From one sequence file(file1.seq) , i have called another sequence file (file2.seq) , to which i have passed parameter value by reference(Locals.Driver)
Parameter is Local container with string variables.
In file2 , i want to overwrite the value of Locals.Driver.
But i am not able to access passed reference variable (Locals.Driver) in file2.
Please tell me how to use this variable in file2.