Publish(double, string)
- Updated2026-06-25
- 1 minute(s) read
Publishes measurement data for one or more pins to the Semiconductor Multi Test step for all sites in the SemiconductorModuleContext.
Syntax
Namespace: NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI
public void Publish(double[][] data, string publishedDataId="")
Parameters
| Name | Type | Description |
|---|---|---|
| data | double | The multisite measurement data from multiple pins connected to multiple instrument sessions. The data is in the form of an array of arrays. Each element in the data array is an array that contains the measurements for the channels of a single instrument session. The size of the data array must be the same size as the session data output from the pin query method. |
| publishedDataId | string | The unique ID for distinguishing the measurement when you publish multiple measurements for the same pins within the same code module. This ID must match one of the values in the Published Data Id column on the Tests tab of the Semiconductor Multi Test step. |