8.2.1 Log File: CSV Format

CSV (comma-separated values) is a format available for storing logged data into a file.

For CSV, the output file will contain a header row listing the names of the respective data columns, followed by rows containing the actual data. A comma is used to separate values for the individual columns.

Example: CSV file produced for the DVRT session shown in DVRT Protocol.

timestamp,demo_uint8,demo_float
1019.643276,24,1217187.0
1019.7512378,34,1217199.5
1019.7632439,45,1217213.2
1019.8713035,55,1217225.8
1019.979245,65,1217238.2
1020.0872369,75,1217250.8
1020.1952683,85,1217263.2
1020.3032743,95,1217275.8
1020.411237,105,1217288.2

Timestamps describe the time since the data visualizer backend process was started, in seconds. They are represented as decimal numbers in the CSV format.