Test Station Instrument XML Conventions
- Updated2024-10-31
- 2 minute(s) read
Test Station Instrument XML Conventions
Instrument XML configuration files define the channels and properties of an instrument connected to a test station. Refer to Test Station Package XML Conventions for XML file tag reference and a sample test station XML configuration file.
Instrument XML File Tag Reference
| Attribute Name | Data Type | Required? | Accepted and Default Values | Description |
|---|---|---|---|---|
| Category | enum | Yes |
| Specifies the category of the instrument XML file. |
| Attribute Name | Data Type | Required? | Accepted and Default Values | Description |
|---|---|---|---|---|
| Path | string | Yes | — | Name of the channel. |
| ChannelNumber | unsigned int | Yes | — | Number of the instrument channel. |
Sample Instrument .xml File
The following example illustrates a sample structure for an instrument .xml file. The instrument used in this example is an Elektro-Automatik Bidirectional Power Supply.
<?xml version="1.0" encoding="utf-8" ?>
<EA-PSB Category="Cycler">
<InstrumentChannel Path="Voltage Setpoint">
<VoltageInputAttributes Unit = "Volts"
MinValue = "0" MaxValue = "600"/>
</InstrumentChannel>
<InstrumentChannel Path="Voltage Feedback">
<VoltageInputAttributes Unit = "Volts"
MinValue = "0" MaxValue = "600"/>
</InstrumentChannel>
<InstrumentChannel Path="Current Setpoint">
<VoltageInputAttributes Unit = "Volts"
MinValue = "0" MaxValue = "600"/>
</InstrumentChannel>
<InstrumentChannel Path="Current Feedback">
<VoltageInputAttributes Unit = "Volts"
MinValue = "0" MaxValue = "600"/>
</InstrumentChannel>
</EA-PSB>
Related Information
- Test Station Package XML Conventions
The test station XML configuration file (.teststation) defines the instrument channel mappings for a test station during a given test.
- Measurement Attribute XML Conventions
Measurement Attributes describe different types of measurements that can be monitored during a test executed in the BTS.