PublishToTestStandVariablePerSite(string, string)
- Updated2026-06-25
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| expression | string | The expression of the destination TestStand variable. |
| measurement | string | The string measurement data for a single site in the ISemiconductorModuleContext. |