Model Plugin – Pre Batch
- Aktualisiert2025-07-23
- 1 Minute(n) Lesezeit
Use the Pre Batch entry point to identify the batch or determine whether to continue testing.
The Batch process model calls Pre Batch in the controller thread before each batch. The Batch process model completes all calls to the Begin entry point before calling Pre Batch. The Batch process model completes the call to Pre Batch from the controller thread before calling the Pre UUT entry point from any socket thread. The Parallel and Sequential process models do not call Pre Batch.
The Pre Batch entry point accepts the following parameters, which are the same as the Pre UUT entry point:
| Parameter Name | Data Type |
|---|---|
| ModelPlugin | NI_ ModelPlugin |
| ModelPluginConfiguration | NI_ModelPluginConfiguration |
| ModelThreadType | NI_ModelThreadType |
| ModelData | Container |
| ProcessModelClientPath | Path |
| StartDate | DateDetails |
| StartTime | TimeDetails |
| UUT | UUT |
| ContinueTesting | Boolean |