Board Configuration
Child elements of Picolo root element
XML elements |
Attributes |
Content |
Number of occurrences |
Description |
Verbose/VB |
Immediate |
EMPTY |
0/1 |
Syntax that the driver uses to generate this XML file. By default, the driver uses the verbose syntax. |
PicoloU4H264PCI104 PicoloU4H264 PicoloU8H264 PicoloU16H264 PicoloV16H264 |
|
EMPTY |
0/1 |
Name of the board. |
SerialNumber/SN |
ReadOnly |
PCDATA |
0/1 |
Serial number of the board. |
PartNumber/PN |
ReadOnly |
PCDATA |
0/1 |
Part number of the board. |
TimeStamp/TS |
ReadOnly |
PCDATA |
0/1 |
Value of the local time counter at file open time. Expressed in 1/90,000 seconds. (*) |
Temperature/T |
ReadOnly |
PCDATA |
0/1 |
Temperature of the board at file open time. Expressed in °C. Value range for Picolo U4 H.264 PCI-104: [-40…150] |
(*) The local time is implemented with a 64-bit counter incrementing at a rate of 90 kHz.
XML File Examples
<root>/config.xml Read operation Verbose mode
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Picolo SYSTEM "config.dtd">
<Picolo version="1.0">
<Verbose Immediate="true"/>
<PicoloU4H264PCI104 ReadOnly="true"/>
<SerialNumber ReadOnly="true">6</SerialNumber>
<PartNumber ReadOnly="true">12345</PartNumber>
<TimeStamp ReadOnly="true">1597481371</TimeStamp>
<Temperature ReadOnly="true">39</Temperature>
</Picolo>
<root>/config.xml Read operation Concise mode
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Picolo SYSTEM "config.dtd">
<Picolo version="1.0">
<CS Immediate="true"/>
<PicoloU4H264PCI104 ReadOnly="true"/>
<SN ReadOnly="true">6</SN>
<PN ReadOnly="true">12345</PN>
<TS ReadOnly="true">1597481371</TS>
<T ReadOnly="true">39</T>
</Picolo>