취소
다음에 대한 결과 표시 
다음에 대한 검색 
다음을 의미합니까? 

How can I get the full VI path of a step?

I can get the VI file name by with Step.TS.SData.ViCall.VIPath but is it possible to get the full path?
CLED (2016)
0 포인트
1/3 메시지
3,379 조회수

Hi,

TestStand uses relative paths, so it never actually stores the full path to the VI unless you specify an absolute path.

If you would like to find the full path of where it has been found, you can use the method Engine.FindFile or the expression function FindFile to find where TestStand is locating this file.

Matt M
NI

2/3 메시지
3,363 조회수
 I feel dumb for not knowing about that function. Thanks!
CLED (2016)
0 포인트
3/3 메시지
3,356 조회수