Semiconductor Action Step Execution Overview
- Updated2026-06-19
- 1 minute(s) read
The Semiconductor Action step uses the following process when executing:
- Creates a SemiconductorModuleContext object and stores it on the Step.SemiconductorModuleContext property if the site that executes the step is the working site. The SemiconductorModuleContext object describes a subset of pins, relays, sites, and instruments on a test system.
- Calls a code module that completes the following actions:
- Receives the Step.SemiconductorModuleContext property as an input parameter.
- Obtains instrument channel and session information using the TSM Code Module API.
- Performs an action with access to the SemiconductorModuleContext and any per-site inputs specified for the step.
Note The Publish Data VI and Publish .NET method have no effect in code modules you call from the Semiconductor Action step because no test locations exist for publishing data.