Operator Interface Settings Table File XML Structure (TSM)
- Updated2025-07-31
- 3 minute(s) read
The operator interface settings table XML schema, located at <TestStand>\Components\Schemas\NI_SemiconductorModule\OISettingsTable.xsd, defines the following structure for an operator interface settings table configuration file:
| Legend |
|---|
|
|
|
|
|
|
-
Settings—Specifies the list of settings to display in the
table. The order of the items in this list determines the order in which the settings
appear in the table.
Setting—Specifies a setting to display in a row in the
table.
label—Label to
display in the left column of the table. TSM localizes the label using the
strings in the [NI_SEMICONDUCTORMODULE_OI_SETTINGS_TABLE]
section of a language resource file.
valueExpr—TestStand expression TSM evaluates to determine the
value to display in the right column of the table. The expression can refer to
LotSettings and StationSettings variables to access the current lot settings and
station settings.
visibleExpr—(Optional) TestStand expression TSM evaluates to
determine whether to display the setting in the table. The expression can refer
to LotSettings and StationSettings variables to access the current lot settings
and station settings. If this attribute is missing, TSM uses a default value of
true.
displayFileName—(Optional) Boolean value that indicates
whether the settings table displays a simple filename when the
valueExpr expression evaluates to an absolute path. If this
attribute is missing, TSM uses a default value of false.