1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
VILLASnode/etc/multiple_dest.conf

21 lines
345 B
Text
Raw Permalink Normal View History

nodes = {
node_a = {
type = "signal"
signal = "sine"
}
results-ss2 = {
type = "file",
uri = "asdasrtsuperlab/ss1ss2_inl-csu_%Y%m%d_%H-%M-%S.csv",
flush = false,
mode = "w+"
}
}
paths = (
{
in = "node_a"
out = [ "results-ss2" ]
}
)