Test UUTs Execution Entry Point in the Parallel Process Model
- 更新时间2025-07-23
- 阅读时长1分钟
The Test UUTs main Execution entry point is the sequence the controlling execution runs.
Open <TestStand>\Components\Models\TestStandModels\ParallelModel.seq in the TestStand Sequence Editor and select the Test UUTs sequence on the Sequences pane to examine the Parallel process model Test UUTs 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 ProcessSetup callback.
- Calls the Run UUT Info Dialog utility sequence.
- Creates and initializes the test socket executions.
- Calls the ProcessDialogRequests utility sequence.
- Waits for test socket executions to complete.
- Calls the ProcessCleanup callback.
- Calls the Model Plugins – End sequence.
相关内容
- 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
- Utility Sequences in the Parallel Process Model
- Test UUTs – Test Socket Entry Point Execution Entry Point in the Parallel Process Model
- Model Plugin – End