2019-03-22 13:49:07 +01:00
|
|
|
# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2023-08-31 11:25:01 +02:00
|
|
|
|
2019-03-22 13:49:07 +01:00
|
|
|
nodes = {
|
|
|
|
loopback_node = {
|
|
|
|
type = "loopback", # A loopback node will receive exactly the same data which has been sent to it.
|
|
|
|
# The internal implementation is based on queue.
|
2020-09-10 17:35:35 +02:00
|
|
|
queuelen = 1024, # The queue length of the internal queue which buffers the samples.
|
2019-03-22 13:49:07 +01:00
|
|
|
mode = "polling" # Use busy polling for synchronization of the read and write side of the queue
|
|
|
|
}
|
|
|
|
}
|