GetSpecificationsValue(string)
- Updated2026-06-25
- 1 minute(s) read
Returns the value calculated for the namespacedSymbol in the Semiconductor Module Context specifications file. Throws an exception when the associated specifications file or symbol cannot be found.
Syntax
Namespace: NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI
public double GetSpecificationsValue(string namespacedSymbol)
Parameters
| Name | Type | Description |
|---|---|---|
| namespacedSymbol | string | The variable string to look up in the Semiconductor Module Context specifications file to obtain a value. |