Part Average Testing Examples (TSM)
- Updated2025-06-26
- 1 minute(s) read
The <TestStand Public>\Examples\NI_SemiconductorModule\Part Average Testing directory contains the following examples:
- Part Average Testing with LabVIEW
- Part Average Testing with .NET
Example Part Average Testing Plug-In
The <TestStand Public>\Examples\NI_SemiconductorModule\Part Average Testing\Example Part Average Testing Plug-In directory contains a part average testing (PAT) plug-in that you can use as a starting point for custom PAT plug-ins you create.
The example PAT plug-in consists of the following files:
- PartAverageTestingCallbacks.seq—PAT callback sequence file
- PartAverageTestingAlgorithmExample.dll—.NET assembly that contains code modules the callback sequence file calls
Opening the Part Average Testing Example.seq file in the TestStand Sequence Editor automatically copies the example PAT plug-in files from the <TestStand Public>\Examples\NI_SemiconductorModule\Part Average Testing\Example Part Average Testing Plug-In directory to the <TestStand Public>\Components\Callbacks\NI_SemiconductorModule directory. Closing the Part Average Testing Example.seq file removes the example PAT plug-in files from the <TestStand Public>\Components\Callbacks\NI_SemiconductorModule directory.
Related Information
- TestStand Directory Structure
- Part Average Testing with LabVIEW (TSM)
This example demonstrates how to enable and perform part average testing (PAT) in a test program.
- Part Average Testing with .NET (TSM)
This example demonstrates how to enable and perform part average testing (PAT) in a test program.