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.

  1. 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.
  2. Rename the <TestStand Public>\Components\Modules\NI_SemiconductorModule\HandlersAndProbers\HandlerProberDriver.seq file using the <CompanyName>_<HandlerOrProberName>.seq convention.
  3. Open the handler/prober driver sequence file.
  4. 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.
  5. Save the handler/prober driver sequence file.