VILLASframework
Modular co-simulation framework
Line-based formats

Implementation

The source code of the format-type is available here: https://git.rwth-aachen.de/acs/public/villas/node/-/blob/master/lib/formats/line.cpp

Configuration

comment (string) = "#"

A comment prefix character. Only single character delimiters are supported at the moment.

header (boolean) = true

If set a header line will be written to the output before the forst line of data.

delimiter (string) = "\n"

The line delimiter. Only single character delimiters are supported at the moment.

skip_first_line (boolean) = false

Whether or not the first line of input should be discarded. E.g. when its used for a header.