2020-08-17 17:11:26 +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-10-20 02:55:37 +02:00
|
|
|
nodes = {
|
2024-02-29 21:36:38 +01:00
|
|
|
sine = {
|
|
|
|
type = "signal"
|
2019-10-20 02:55:37 +02:00
|
|
|
|
2024-02-29 21:36:38 +01:00
|
|
|
signal = "mixed"
|
|
|
|
values = 5
|
|
|
|
rate = 25
|
|
|
|
frequency = 5
|
|
|
|
}
|
2019-10-20 02:55:37 +02:00
|
|
|
|
2024-02-29 21:36:38 +01:00
|
|
|
web = {
|
|
|
|
type = "websocket"
|
2020-07-04 17:13:01 +02:00
|
|
|
|
2024-02-29 21:36:38 +01:00
|
|
|
destinations = [
|
|
|
|
"https://villas.k8s.eonerc.rwth-aachen.de//ws/relay/test_data_1"
|
|
|
|
]
|
|
|
|
|
|
|
|
in = {
|
|
|
|
signals = (
|
|
|
|
{ name = "loopback", unit = "pu", init = 13.37, type = "float" }
|
|
|
|
)
|
|
|
|
}
|
|
|
|
}
|
2019-10-20 02:55:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
paths = (
|
2024-02-29 21:36:38 +01:00
|
|
|
{
|
|
|
|
in = "sine"
|
|
|
|
out = "web"
|
|
|
|
}
|
2019-10-20 02:55:37 +02:00
|
|
|
)
|