NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

open sequence programmatically

Hi,
i am trying to write an application with c#, that will be able to load a sequence  modify his steps ( add and delete ) and save the sequence at the end. But, i don't know how i can open the sequence in my codes using the TestStand API by giving the sequence path.  I looked inside the reference poster ( sequences, Engine , propertyObject ...) , but i could not find any function that allows me to open a sequence Programmatically.
I hope somebody can help me.
Regards,
André. 
Teststand 3.5
Visual Studio 2005
0 Kudos
Message 1 of 3
(3,015 Views)

Hi,

You will need to use Engine.GetSequenceFileEx method.

Regards

Ray Farmer

Regards
Ray Farmer
Message 2 of 3
(3,014 Views)

thanks Ray,

That's exactlly what i was looking for.

regars,

André. 

Teststand 3.5
Visual Studio 2005
0 Kudos
Message 3 of 3
(3,008 Views)