This method is deprecated. Use the PublishPerSite(string[], string, string) method instead.

Syntax

Namespace: NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI

public void Publish(string[] measurements, string publishedDataId="")

Parameters

NameTypeDescription
measurementsstring[]

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.

publishedDataIdstring

The unique ID for distinguishing the measurement when you publish multiple measurements within the same code module.