Test UUTs – Test Socket Entry Point Execution Entry Point in the Parallel Process Model
- Aktualisiert2025-07-23
- 2 Minute(n) Lesezeit
The Test UUTs – 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 Test UUTs Execution entry point sequence.
Open <TestStand>\Components\Models\TestStandModels\ParallelModel.seq in the TestStand Sequence Editor and select the Test UUTs – Test Socket Entry Point sequence on the Sequences pane to examine the Parallel process model Test UUTs – 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.
- Initiates the UUT For loop.
- 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.
- Ends the UUT For loop block, looping back to begin the next UUT.
- Calls the PostUUTLoop callback. Performs any cleanup operations related to initialization operations performed in the PreUUT callback here when the process model exits the UUT loop.
- 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 the process model exits the UUT loop.
Verwandte Inhalte
- Test UUTs 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