Specifications File XML Structure (TSM)
- Updated2025-07-31
- 2 minute(s) read
The specifications XML schema, located at <TestStand>\Components\Schemas\NI_SemiconductorModule\Specifications.xsd, defines the following structure for a specifications XML file.
| Legend |
|---|
|
|
|
|
|
|
-
schemaVersion—Specifies the version of the schema
file. -
Section—You can use multiple
Section elements in a
specifications file.
name—Name of the section of the specifications
file.
f:Formula—Defines and
describes an association of a symbol to its value specification.
symbol—Name of the formula to use when
querying the value in test code. Symbol names must begin with a letter or
underscore (_) and are limited to A-Z, a-z, 0-9, or
_ characters. Symbol names are case sensitive. Do not use
math function names as symbol names.
f:Definition—Value
specification for the formula that TSM interprets to calculate a numeric value
when you query the symbol. When you reference other formulas to calculate a
value, ensure that you use consistent units.
f:Description—Describes
what the formula represents. TSM does not display the description.