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

NameTypeDescription
measurementdouble

The double-precision, floating point measurement data for a single site in the ISemiconductorModuleContext.

publishedDataIdstring

The published data ID mentioned in the test in the step.

pinstring

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.