Publishes a string measurement from a single site to the TestStand variable described by the given expression. Use this method when the ISemiconductorModuleContext has a single site and you want to publish a single value for that site. directly to a TestStand variable. This method throws an exception if the ISemiconductorModuleContext object contains multiple sites.

Syntax

Namespace: NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI

public void PublishToTestStandVariablePerSite(string expression, string measurement)

Parameters

NameTypeDescription
expressionstring

The expression of the destination TestStand variable.

measurementstring

The string measurement data for a single site in the ISemiconductorModuleContext.