Connector Package XML Conventions
- Updated2024-10-31
- 1 minute(s) read
The connector XML configuration file (.connectorinterface) defines the input and output signals used for a test, and maps defined DUT signals to defined instrument channels on BTS hardware.
Connector XML File Tag Reference
| Attribute Name | Data Type | Required? | Accepted and Default Values | Description |
|---|---|---|---|---|
| Name | string | Yes | — | Name of the connector package. This name appears in the DUT Connector list in the DUT to Test Station Connectors section of the BTS Web UI Test Plan Editor. |
| Attribute Name | Data Type | Required? | Accepted and Default Values | Description |
|---|---|---|---|---|
| Name | string | Yes | — | Name of the signal. |
Sample .connectorinterface File
The following example illustrates a sample structure for a .connectorinterface XML file.
<?xml version="1.0" encoding="utf-8" ?>
<ConnectorInterface Name = "TestCI">
<ConnectorSignal Name = "TC1">
<TemperatureInputAttributes Unit = "Celsius"
MinValue = "0" MaxValue = "80"/>
</ConnectorSignal>
<ConnectorSignal Name = "TC2">
<TemperatureInputAttributes Unit ="Celsius"
MinValue = "0" MaxValue = "80"/>
</ConnectorSignal>
</ConnectorInterface>
Related Information
- Measurement Attribute XML Conventions
Measurement Attributes describe different types of measurements that can be monitored during a test executed in the BTS.