Single Pass - Test Socket Execution Entry Point in the Parallel Process Model

The Single Pass – Test Socket Entry Point is the Execution entry point sequence the test socket executions run. The controlling execution creates the test socket executions in the Single Pass Execution entry point sequence.

Open <TestStand>\Components\Models\TestStandModels\ParallelModel.seq in the TestStand Sequence Editor and select the Single Pass - Test Socket Entry Point sequence on the Sequences pane to examine the Parallel process model Single Pass - Test Socket Entry Point Execution entry point, which performs the following significant actions:

  1. Calls the Initialize Execution Entry Point plug-in utility sequence.
  2. Calls the Model Plugins – Begin sequence.
  3. Calls the PreUUTLoop callback.
  4. Calls the PreUUT callback. When no more UUTs exist, skips to .
  5. Calls the Model Plugins – Pre UUT sequence. When no more UUTs exist, skips to .
  6. Calls the Model Plugins – UUT Start sequence.
  7. Calls the PreMainSequence callback.
  8. Calls the MainSequence callback.
  9. Calls the PostMainSequence callback.
  10. Calls the Model Plugins – UUT Done sequence.
  11. Calls the Model Plugins – Post UUT sequence.
  12. Calls the PostUUT callback.
  13. Calls the PostUUTLoop callback. Performs any cleanup operations related to initialization operations performed in the PreUUT callback here when no UUTs exist and the process model steps through .
  14. Calls the Model Plugins – End sequence. Custom process model plug-ins should perform any cleanup operations related to initialization operations performed in the Model Plugin – PreUUT entry point here when no UUTs exist and the process model steps through .