VILLASframework
Modular co-simulation framework
|
This is a simple human-readable format commonly used for logging or debugging: The format is similiar to a conventional CSV (comma seperated values) file. Every line in a file correspondents to a message / sample of simulation data. The columns of a line are seperated by whitespaces (tabs or spaces). The columns are defined as follows:
seconds.nanoseconds+offset(sequenceno) value0 value1 ... valueN
The first column contains a timestamp which is composed of up to 4 parts:
A valid timestamp can be generated by the following Unix command: date +s.N
. Important: The second field is not the fractional part of the second!!!
MSG_VALUES
floating point values per sample. The values are seperated by whitespaces as well.The source code of the format-type is available here: https://git.rwth-aachen.de/acs/public/villas/node/-/blob/master/lib/formats/villas_human.cpp
The Custom VILLAS Human Readable format-type supports the options documented on the following pages:
This example shows a dump with three values per sample: