Parallel Process Model
- Updated2025-03-28
- 1 minute(s) read
The Parallel process model, <TestStand>\Components\Models\TestStandModels\ParallelModel.seq, includes sequences for the following components:
- Main Execution entry points
- Test UUTs
- Single Pass
- Hidden Execution entry points
- Test UUTs - Test Socket Entry Point
- Single Pass - Test Socket Entry Point
- Configuration entry points
- Plug-in utility sequences
- Model callbacks
- Engine callbacks
Use the Parallel model to control multiple independent test sockets. With the Parallel model, you can start and stop testing on any test socket at any time. For example, if you have five test sockets for testing radios, you can load a new radio into an open test socket while the other test sockets continue testing other radios.
When you select the Single Pass Execution entry point, the Parallel model launches a separate execution for each test socket without prompting for UUT serial numbers.
Related Information
- TestStand Directory Structure
- Main Execution Entry Points in the Parallel Process Model
- Test UUTs Execution Entry Point in the Parallel Process Model
- Single Pass Execution Entry Point in the Parallel Process Model
- Hidden Execution Entry Points in the Parallel Process Model
- Test UUTs – Test Socket Entry Point Execution Entry Point in the Parallel Process Model
- Single Pass - Test Socket Execution Entry Point in the Parallel Process Model
- Configuration Entry Points
- Plug-in Utility Sequences
- Model Callbacks in the Parallel Process Model
- Engine Callback
- Overriding PreUUT and PostUUT Parallel Model Callbacks