LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Obtaining Module Name for Current Step

I need to obtain the modulue name (dll) that TestStand is using for the currently executing step. What method/property is avalable to obtain this information?
0 Kudos
Message 1 of 3
(2,954 Views)
There is a section of Developer's Exchange devoted to TestStand question. You can find it here. You will get a much quicker and better response to questions like this from the TestStand developers in that forum.

Best Regards,

Chris Matthews
National Instruments
0 Kudos
Message 2 of 3
(2,954 Views)
Hello,

The path information of the code module being called by a step is located under the property Step.TS.SData.ModulePath. This is a hidden property and you need to enable the viewing of these properties to see it. Please refer to following knowledge base that contains information on what you want to do. http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/5aa3e65a39e6c08886256b29008366fd?OpenDocument

Hope this helps!
Message 3 of 3
(2,954 Views)