Part Average Testing Cleanup Entry Point (TSM)
- Updated2025-06-26
- 1 minute(s) read
Use the part average testing (PAT) Cleanup entry point to perform finalization tasks and to dispose of data structures.
The Cleanup entry point accepts the following parameters:
Parameter | Type | Description |
---|---|---|
ModelPluginConfiguration | Input | An instance of the NI_ModelPluginConfiguration data type that contains the configuration and run-time variables for the set of all active process model plug-in instances. Use this parameter to extract information, such as report paths and directories. |
ModelData | Input | Contains information about the process model used for the lot testing. |
PartAverageTestingRuntimeData | Input | The object reference created in the Setup entry point that stores run-time data, such as test statistics. |