RTC_INFO Section Description
The RTC_INFO section contains the real time of the acquired data. Because
the time of the acquired data is important to certain measurements, this
section describes how to find the real-time clock data.
Because the number of sections in the SETup data block depends on the
logic analyzer configuration, the RTC_INFO section will not always be in the
same location within the block. Therefore, the section must be found by
name. Once the section is found, you can find the time by using the
description in the following section:
#8<block_length>...[<section_name><section_length>
<section_data>]...
<block_length> Total length of all sections
<section_name> 10 bytes - Section name. "RTC_INFO space space"
<section_
length>
4 bytes - Length of section. 8 bytes, decimal, for RTC_INFO section.
<section_data> 10 bytes - Contains the real-time clock data described as follows:
Byte Position
11 byte - Year. A decimal integer that, when added to 1990, defines the year.
For example, if this byte has a decimal value of 2, the year is 1992.
21 byte - Month. An integer from 1 to 12.
31 byte - Day. An integer from 1 to 31.
41 byte - Unused
51 byte - Hour. An integer from 1 to 23.
61 byte - Minute. An integer from 1 to 59.
71 byte - Second. An integer from 1 to 59.
81 byte - Unused.
DATA and SETup Commands
RTC_INFO Section Description
26–17