Creating a Handler/Prober Driver Sequence File (TSM)
- Updated2025-07-31
- 1 minute(s) read
Complete the following steps to use the HandlerProberDriver.seq file, located in the <TestStand>\Components\Modules\NI_SemiconductorModule\Templates directory, as a starting point for a handler/prober driver sequence file you create.
- Copy the HandlerProberDriver.seq file from the <TestStand>\Components\Modules\NI_SemiconductorModule\Templates
directory to the <TestStand
Public>\Components\Modules\NI_SemiconductorModule\HandlersAndProbers
directory. Note Create the <TestStand Public>\Components\Modules\NI_SemiconductorModule\HandlersAndProbers directory if it does not already exist.
- Rename the <TestStand Public>\Components\Modules\NI_SemiconductorModule\HandlersAndProbers\HandlerProberDriver.seq file using the <CompanyName>_<HandlerOrProberName>.seq convention.
- Open the handler/prober driver sequence file.
- Modify each of the handler/prober driver entry point sequences to meet the requirements of the test system. A handler/prober driver sequence file must contain each handler/prober driver entry point except Configure. You can leave an entry point empty if you do not want the entry point to perform any functionality.
- Save the handler/prober driver sequence file.