Cleanup Handler/Prober Driver Entry Point (TSM)
- Updated2025-07-31
- 1 minute(s) read
Use the Cleanup entry point to perform required handler/prober finalization tasks.
The Cleanup entry point accepts the following parameters:
| Parameter | Type | Description |
|---|---|---|
| HandlerDriverData | Input or Output | Container that stores handler-specific
settings, prober-specific settings, or run-time
data. In a handler/prober driver sequence file,
you can modify the default structure of this
parameter, such as by changing the data type from
the default Container to a custom container data
type. However, the Configure entry point must
create, and optionally assign, each field of this
parameter using the TestStand API, such as the
PropertyObject.NewSubProperty method or a
PropertyObject Set value method,
such as SetValNumber. Do not enable the Check Type option for this parameter. Right-click the parameter and remove the checkmark from Check Type in the context menu to disable the Check Type option. |
| SemiconductorModuleManager | Input or Output | Object reference to an instance of a Semiconductor Module Manager. Use this object reference with the TSM Application API to get information about the currently configured lot. |