PublishPerSite(string[], string, string)
- Updated2026-06-25
- 1 minute(s) read
Publishes strings from multiple sites for the Semiconductor Multi Test step to consume. Use this method when you want to publish data for multiple sites in the same order in which the sites are defined in the ISemiconductorModuleContext.
Syntax
Namespace: NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI
public void PublishPerSite(string[] measurements, string publishedDataId="", string pin="")
Parameters
| Name | Type | Description |
|---|---|---|
| measurements | string[] | The strings for all sites in the ISemiconductorModuleContext. The number of elements in the array must be equal to the size of the SiteNumbers property. You must return results in the same order as the sites in the ISemiconductorModuleContext. Use the SiteNumbers property to obtain the list of site numbers. |
| publishedDataId | string | The unique ID for distinguishing the measurement when you publish multiple measurements within the same code module. |
| pin | string | The name of the pin associated with the data. This parameter must match a value you specify in the Pin column on the Tests tab of the Semiconductor Multi Test step. If you pass a blank pin, you don't have to specify a pin name in the Tests tab. |