PublishPerSite(double, string, string)
- Updated2026-06-25
- 1 minute(s) read
Publishes a double-precision, floating-point measurement from a single site for the Semiconductor Multi Test step to consume. Use this method when the ISemiconductorModuleContext has a single site. This method throws an exception if the ISemiconductorModuleContext object contains multiple sites.
Syntax
Namespace: NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI
public void PublishPerSite(double measurement, string publishedDataId="", string pin="")
Parameters
| Name | Type | Description |
|---|---|---|
| measurement | double | The double-precision, floating point measurement data for a single site in the ISemiconductorModuleContext. |
| publishedDataId | string | The published data ID mentioned in the test in the step. |
| 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. |