Ensuring That a Handler or Prober Driver Captures All Start-of-Test Notifications (TSM)
- Updated2025-07-31
- 2 minute(s) read
A handler or prober driver coordinates a connected computer with the tester by using the driver entry point sequences to wait for a start-of-test (SOT) signal before beginning a test. Missing an SOT signal might cause the tester to wait indefinitely.
To ensure that a driver captures each SOT signal, the instrument communicating with the handler or prober must be armed for capturing the SOT signal before sending the end-of-test (EOT) signal. The handler or prober driver can capture the SOT signal if it occurs when the tester performs tasks during the tester index time or continue waiting until the SOT signal arrives.
Implement the following functionality in the driver entry points to ensure that the handler or prober driver captures all SOT signals:
| Entry Point | Functionality to Implement |
|---|---|
| Setup |
|
| StartOfTest |
|
| EndOfTest |
|
| Cleanup |
|