NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to Call a Sequence as a Substep type of EditStep "Test Stand "

I wish to create a custom step type. I would like to create a sequence and call it as an EditStep. Is this possible?
0 Kudos
Message 1 of 2
(2,894 Views)
No. It is not possible to directly call a sequence for any of the substeps (Edit, Pre or Post). The sequence adapter is not available for calling substeps, and there is not current plans to add this ability.

You could call code (VI, DLL, ActiveX server) using one of the adapters available for the substeps, and then within that code you could call a sequence using the NewExecution method. I would only do this if it was really necessary.
0 Kudos
Message 2 of 2
(2,894 Views)