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