NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

how do I call the default process model callback from a sequence callback like TestReport

I want to overload the default process model TestReport sequence with additional steps. I want to call the TestReport sequence of the current process model sequence from the TestReport callback of my sequence without hardcoding the name of the process model file. Any suggestions?
Stu
0 Kudos
Message 1 of 2
(2,948 Views)
Configure a sequence call as follows:
- Check the Specify Expressions for Pathname and Sequence checkbox
- For File Path, enter: RunState.Root.RunState.SequenceFile
- For Sequence, enter: "TestReport"
- Click on the Load Prototype button and select the TestReport sequence from a model file.
- Fill out the sequence call parameters. Just pass along all the parameters your Test Report callback receives.

I've attached an example.
Message 2 of 2
(2,948 Views)