Use the part average testing (PAT) Perform entry point to perform the PAT tests after all the tests in the MainSequence sequence have executed on a site or during the execution of a Perform Part Average Testing step. TSM calls this entry point if any PAT-enabled tests executed while testing the current DUT. The Perform entry point sets the limits on dynamic PAT tests and executes each dynamic and static PAT test.

The Perform 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.
CustomizePartAverageTestingCallbackArgs Input A reference to an object that implements the ICustomizePartAverageTestingCallbackArgs interface in the TSM Application API. This interface provides the list of PAT tests to execute.