2025-01-14 14:42:39 +00:00
|
|
|
# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-03-31 22:13:25 +02:00
|
|
|
@include "hook-nodes.conf"
|
2019-03-31 19:59:37 +02:00
|
|
|
|
|
|
|
paths = (
|
2025-01-14 14:42:39 +00:00
|
|
|
{
|
|
|
|
in = "signal_node"
|
|
|
|
out = "file_node"
|
2019-03-31 19:59:37 +02:00
|
|
|
|
2025-01-14 14:42:39 +00:00
|
|
|
hooks = (
|
|
|
|
{
|
|
|
|
type = "print",
|
2019-03-31 19:59:37 +02:00
|
|
|
|
2025-01-14 14:42:39 +00:00
|
|
|
output = "print_output_file.log"
|
|
|
|
format = "villas.human"
|
|
|
|
# prefix = "[file_node] " # Prefix and output are exclusive settings!
|
|
|
|
}
|
|
|
|
)
|
|
|
|
}
|
2019-03-31 19:59:37 +02:00
|
|
|
)
|