From 42e366a6f273a16138631443ece59328c796a86b Mon Sep 17 00:00:00 2001 From: Alexandra Date: Mon, 22 Apr 2024 12:12:37 +0000 Subject: [PATCH] add copyright to example configuration for smu node-type Signed-off-by: Alexandra --- etc/examples/nodes/smu.conf | 42 +++++++------------------------------ 1 file changed, 7 insertions(+), 35 deletions(-) diff --git a/etc/examples/nodes/smu.conf b/etc/examples/nodes/smu.conf index afdf4ee97..e0a406ad7 100644 --- a/etc/examples/nodes/smu.conf +++ b/etc/examples/nodes/smu.conf @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2014-2024 Institute for Automation of Complex Power Systems, RWTH Aachen University +# SPDX-License-Identifier: Apache-2.0 + http = { enabled = false } @@ -24,50 +27,19 @@ nodes = { ) } - raw = { - type = "file" - format = "csv" - uri = "./raw.csv", - in = { - epoch_mode = "original", - eof = "wait" - signals = ( - { name = "ch1" type = "float"}, - { name = "ch2" type = "float"}, - { name = "signal3" type = "float"}, - { name = "signal4" type = "float"}, - { name = "signal5" type = "float"}, - { name = "signal6" type = "float"}, - { name = "signal7" type = "float"} - ) - } - } - file1 = { - type = "file" - format = "csv" - uri = "./raw.csv" - } file = { type = "file" format = "csv" - uri = "./phasor.csv" + uri = "./data.csv" } } paths = ( - { - enabled = false - queuelen = 30000 - enabled = false - in = "smu" - out = "file1" - }, { enabled = true #queuelen = 20000 - in = "raw" - #out = "mqtt" - #out="file" + in = "smu" + out = "file" hooks = ( { type = "scale" @@ -89,7 +61,7 @@ paths = ( timestamp_align = "center" add_channel_name = true phase_offset = 0 - #frequency_offset = 0.0015 + frequency_offset = 0.0015 amplitude_offset = 0 } )