VILLASframework
Modular co-simulation framework
Single value text

The value format-type encodes a single sample value in a human readable representation.

Note: It currently only supports encoding of samples with a single signal!

Implementation

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

Configuration

The Single value text format-type supports all generic format options.

Example Configuration

nodes = {
node = {
type = "file"
uri = "/dev/null"
format = {
type = "value"
real_precision = 5
}
}
}