NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to specify the File PathName from a Sequence Call in C++?

Hi!

I've written a C++ program that creates a new sequence file.
I insert a new step (Sequence Call) and I also want to specify the module.
I want to add the File PathName. How can I make it?

I get a new property:

TS::PropertyObject *property = stepObj->AsPropertyObject();

I put a comment:

property->PutComment("comment");

And now I want to add "TS.SData.SFPath"

How can I make it? With 'property->NewSubProperty(..)'or 'property->SetValString(..)'

Who can help me?

Thanks in advance!!
0 Kudos
Message 1 of 2
(2,573 Views)
I found a solution.
0 Kudos
Message 2 of 2
(2,573 Views)