Creating an Inline QA Algorithm Sequence File (TSM)
- Updated2025-07-31
- 1 minute(s) read
Complete the following steps to use the InlineQAAlgorithm.seq file, located in the <TestStand>\Components\Modules\NI_SemiconductorModule\Templates directory, as a starting point for an inline QA algorithm sequence file you create.
- Copy the InlineQAAlgorithm.seq file from the <TestStand>\Components\Modules\NI_SemiconductorModule\Templates directory to the <TestStand Public>\Components\Modules\NI_SemiconductorModule\InlineQA directory.
- Rename the <TestStand Public>\Components\Modules\NI_SemiconductorModule\InlineQA\InlineQAAlgorithm.seq file using the <CompanyName>_<InlineQAAlgorithmName>.seq convention.
- Open the inline QA algorithm sequence file.
- Add steps to the GetNextInlineQAStateQueueItems callback sequence to populate the NextInlineQAStateQueueItems sequence parameter with a queue of inline QA states.
- Save the inline QA algorithm sequence file.