2019-06-27 02:22:08 +02:00
|
|
|
# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
|
2023-08-31 11:25:01 +02:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-06-27 01:36:45 +02:00
|
|
|
@include "hook-nodes.conf"
|
|
|
|
|
|
|
|
paths = (
|
2024-02-29 21:36:38 +01:00
|
|
|
{
|
|
|
|
in = "signal_node"
|
|
|
|
out = "file_node"
|
2019-06-27 01:36:45 +02:00
|
|
|
|
2024-02-29 21:36:38 +01:00
|
|
|
hooks = (
|
|
|
|
{
|
|
|
|
type = "gate"
|
2019-06-27 01:36:45 +02:00
|
|
|
|
2024-02-29 21:36:38 +01:00
|
|
|
signal = "square"
|
|
|
|
mode = "above"
|
|
|
|
threshold = 0.5
|
|
|
|
|
|
|
|
# Once triggered, keep active for:
|
2024-04-09 14:17:35 +02:00
|
|
|
duration = 5 # In seconds
|
|
|
|
samples = 100 # In number of samples
|
2024-02-29 21:36:38 +01:00
|
|
|
}
|
|
|
|
)
|
|
|
|
}
|
2019-06-27 01:36:45 +02:00
|
|
|
)
|