Single Pass - Test Socket Execution Entry Point in the Parallel Process Model
- 更新时间2025-07-23
- 阅读时长2分钟
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:
- Calls the Initialize Execution Entry Point plug-in utility sequence.
- Calls the Model Plugins – Begin sequence.
- Calls the PreUUTLoop callback.
- Calls the PreUUT callback. When no more UUTs exist, skips to .
- Calls the Model Plugins – Pre UUT sequence. When no more UUTs exist, skips to .
- Calls the Model Plugins – UUT Start sequence.
- Calls the PreMainSequence callback.
- Calls the MainSequence callback.
- Calls the PostMainSequence callback.
- Calls the Model Plugins – UUT Done sequence.
- Calls the Model Plugins – Post UUT sequence.
- Calls the PostUUT callback.
- 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 .
- 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 .
相关内容
- Single Pass Execution Entry Point in the Parallel Process Model
- Main Execution Entry Points in the Parallel Process Model
- TestStand Directory Structure
- Plug-in Utility Sequences
- Model Plugin – Begin
- Model Callbacks in the Parallel Process Model
- Model Plugin – Pre UUT
- Model Plugin – UUT Start
- Model Plugin – UUT Done
- Model Plugin – Post UUT
- Model Plugin – End