Model Plugin – Post UUT
- Updated2025-07-23
- 1 minute(s) read
A process model calls the Post UUT entry point after calling the UUT Done entry point.
Post UUT is similar to UUT Done except that Post UUT entry point never runs in a new thread and the Batch process model does not call the Post Batch entry point until every call to Post UUT completes.
Post UUT accepts the following parameters, which are the same as UUT Done except for the CallingThread, CallingThreadBlocker, and PriorIterationNewThread parameters:
| Parameter Name | Data Type |
|---|---|
| MainSequenceResult | Reference |
| ModelPlugin | NI_ ModelPlugin |
| ModelPluginConfiguration | NI_ModelPluginConfiguration |
| ModelThreadType | NI_ModelThreadType |
| ModelData | Container |
| ProcessModelClientPath | Path |
| StartDate | DateDetails |
| StartTime | TimeDetails |
| UUT | UUT |
| UUTStatus | String |