NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to find the steps related to a local variable?

Solved!
Go to solution

In a sequence, we may need to write to or read from a local variable. Is there any way (e.g., by right click the variable) to find out the related steps?

Thanks!

0 Kudos
Message 1 of 3
(4,490 Views)
Solution
Accepted by topic author marlon88ca

Are you talking about finding out which steps use the Local variable.  Because steps aren't really "related" to variables.  They either use them or they don't.

 

You can use the Find/Replace tool.  Edit>>Find/Replace

In the Find: box enter Locals.<Variable Name>

You can check the Limit Search to: box and select the sequence within which you want to search.  This should show you a list of all instances of the local variable.

 

Hope this helps,

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
Message 2 of 3
(4,486 Views)

Thanks!

0 Kudos
Message 3 of 3
(4,481 Views)