mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
21 lines
345 B
Text
21 lines
345 B
Text
|
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" ]
|
||
|
}
|
||
|
)
|