NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

reference file with relative path

Hi,

I'm implementing a template sequence in my TestStand environment as described here http://forums.ni.com/ni/board/message?board.id=330&message.id=3438&query.id=340089#M3438.

My question is, when calling Engine.GetSequenceFile, how can I specify the filepath for my template file with a relative path? The file will be located within the TestStand directory structure.

Thanks for any help

0 Kudos
Message 1 of 2
(2,888 Views)
Hi Lila,

The second parameter for that function is getSeqFileFlags.  You can set that flag to be GetSeqFile_FindFile.  This will make the Engine.GetSequenceFile search the TestStand directory for the file specified in the first parameter.  Try that out and let me know if you have any questions.
0 Kudos
Message 2 of 2
(2,866 Views)