SystemLink DUT Configuration File XML Conventions
- 更新时间2024-10-31
- 阅读时长2分钟
SystemLink DUT Configuration File XML Conventions
The SystemLink DUT configuration XML file monitors live data from a select set of DUT port endpoints. With this configuration file, you can publish all the endpoints for all ports on a DUT, all the endpoints for a specific port, or specific endpoints from different ports. The file name for the SystemLink configuration file must match what you define as the SystemLink.ConfigurationPath in the DUT XML configuration file.
SystemLink Configuration File XML Tag Reference
| Attribute Name | Data Type | Required? | Accepted and Default Values | Description |
|---|---|---|---|---|
| PublishTagsForUnspecifiedPorts | boolean | No | False | Indicates if the endpoints for a port should be published as tags if the port does not have a configuration in the file. |
| RetentionType | string | No | None | Indicates the tag retention type to use for the DUT. If a port or an endpoint also specifies a retention type, the port or endpoint value takes priority. |
| RetentionPeriod | integer | No | 0 | Indicates the tag retention period to use for the DUT. If a port or an endpoint also specifies a retention period, the port or endpoint value takes priority. |
| Attribute Name | Data Type | Required? | Accepted and Default Values | Description |
|---|---|---|---|---|
| Name | string | Yes | — | Indicates the name of the port. |
| PublishTagsForUnspecifiedEndpoints | boolean | No | False | Indicates if the endpoints for a port should be published as tags if the endpoint does not have a configuration in the file. |
| RetentionType | string | No | None | Indicates the tag retention type to use for the port. If an endpoint also specifies a retention type, the endpoint value takes priority. |
| RetentionPeriod | integer | No | 0 | Indicates the tag retention period to use for the port. If an endpoint also specifies a retention period, the endpoint value takes priority. |
| Attribute Name | Data Type | Required? | Accepted and Default Values | Description |
|---|---|---|---|---|
| Name | string | Yes | — | Indicates the name of the endpoint. This name should match the name of the endpoint in the DUT XML configuration file. |
| PublishTag | boolean | No | — | If not specified, uses the behavior publish tag for the port. |
| RetentionType | string | No | None | Indicates the tag retention type to use for the endpoint. |
| RetentionPeriod | integer | No | 0 | Indicates the tag retention period to use for the port. |