06-18-2010 08:48 AM
I am a relatively new user of TestStand 3.1 (< 2 months). I understand how to use Specify Module - Source Code to be able to Edit CVI code directly from TestStand. Is there anyway to traverse in the opposite direction? In other words, if I am developing in CVI 7.1 and I want to know where in a TestStand 3.1 sequence that a function is called, can I do that somehow? We are creating dlls and libs should that matter.
06-18-2010 09:41 AM
You can search your sequences (Ctrl+F) for specific function calls and you'll get a hit on steps which use that call. I don't believe there's any functionality built into the CVI UI to do this lookup for you.