NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

how to access parameters/locals/variables which are passed by referenece?

Solved!
Go to solution

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.

0 Kudos
Message 1 of 3
(3,688 Views)
Solution
Accepted by topic author amittan

Parameters are accessed by using "Parameters.variable".  If you pass by reference, you just set this parameter and it will update the local you used to call the sequence when the sequence is complete.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 3
(3,666 Views)

Thanks for helping.

0 Kudos
Message 3 of 3
(3,624 Views)