2022-06-01 18:15:29 +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
|
|
|
|
|
2022-06-01 18:15:29 +02:00
|
|
|
@include "hook-nodes.conf"
|
|
|
|
|
|
|
|
paths = (
|
2024-02-29 21:36:38 +01:00
|
|
|
{
|
|
|
|
in = "signal_node"
|
|
|
|
out = "file_node"
|
2022-06-01 18:15:29 +02:00
|
|
|
|
2024-02-29 21:36:38 +01:00
|
|
|
hooks = (
|
|
|
|
{
|
|
|
|
type = "pmu",
|
2022-06-01 18:15:29 +02:00
|
|
|
|
2024-02-29 21:36:38 +01:00
|
|
|
signals = (
|
|
|
|
"sine"
|
|
|
|
)
|
2022-06-01 18:15:29 +02:00
|
|
|
|
2024-04-09 14:17:35 +02:00
|
|
|
# Sample rate of the input signal
|
|
|
|
sample_rate = 1000,
|
2022-06-01 18:15:29 +02:00
|
|
|
|
2024-04-09 14:17:35 +02:00
|
|
|
# Number of phasors calculated per second
|
|
|
|
dft_rate = 10,
|
2024-02-29 21:36:38 +01:00
|
|
|
|
2024-04-09 14:17:35 +02:00
|
|
|
# The nominal grid frequnecy
|
|
|
|
nominal_freq = 50,
|
|
|
|
|
|
|
|
# The number of power line cylces stored in the buffer
|
|
|
|
number_plc = 10.,
|
|
|
|
|
|
|
|
# One of: rad, degree
|
|
|
|
angle_unit = "rad"
|
2024-02-29 21:36:38 +01:00
|
|
|
}
|
|
|
|
)
|
|
|
|
}
|
2022-06-01 18:15:29 +02:00
|
|
|
)
|