Single Pass Execution Entry Point in the Parallel Process Model
- 更新日2025-07-23
- 1分で読める
The Single Pass 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 Single Pass sequence on the Sequences pane to examine the Parallel process model Single Pass 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.
- 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
- Single Pass - Test Socket Execution Entry Point in the Parallel Process Model
- Model Plugin – End