2019-02-11 16:30:25 +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-02-11 16:30:25 +01:00
|
|
|
@include "lab10_nodes.conf"
|
|
|
|
|
|
|
|
paths = (
|
2022-03-24 14:10:10 +01:00
|
|
|
# Each path dictionary corresponds to one way communication
|
2019-02-11 16:30:25 +01:00
|
|
|
{
|
|
|
|
in = [ "rpi-1" ],
|
|
|
|
out = [ "rtds-1" ]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
in = [ "rtds-1" ],
|
|
|
|
out = [ "rpi-1" ]
|
|
|
|
}
|
|
|
|
|
|
|
|
# Alternatively, you can use a single path specification
|
|
|
|
# and set reverse = true
|
|
|
|
# Example:
|
|
|
|
# {
|
|
|
|
# in = [ "rpi-1" ],
|
|
|
|
# out = [ "rtds-1" ],
|
|
|
|
# reverse = true
|
|
|
|
# }
|
|
|
|
)
|