Sample SystemLink.xml File
- Updated2024-10-31
- 1 minute(s) read
Sample SystemLink.xml File
The following example demonstrates how to structure a SystemLink.xml file.
<?xml version="1.0" encoding="utf-8" ?>
<SystemLink>
<CustomDeviceProperties
TimeInterval="60"
RetentionType="None"
RetentionPeriod="0">
<TestStationAliasTags
PublishTagsForUnspecifiedChannels="false">
<ChannelTag Path="Aliases/Test Station/Socket
%SOCKET%/DUT Pack SOC" PublishTag="true" />
<ChannelTag Path="Aliases/Test Station/Socket
%SOCKET%/DUT Pack Capacity"
PublishTag="true"
RetentionType="Points"
RetentionPeriod="100"/>
<ChannelTag Path="Aliases/Test Station/Socket
%SOCKET%/DUT Cell Temperature 1"
PublishTag="true" />
<ChannelTag Path="Aliases/Test Station/Socket
%SOCKET%/DUT Cell Temperature 2"
PublishTag="true" />
</TestStationAliasTags>
</CustomDeviceProperties>
</SystemLink>