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 = {
|
2024-04-09 14:17:35 +02:00
|
|
|
# The server can be started as an Asynchronous process
|
|
|
|
# from within an OPAL-RT model
|
|
|
|
opal_node = {
|
|
|
|
type = "opal",
|
2024-02-29 21:36:38 +01:00
|
|
|
|
2024-04-09 14:17:35 +02:00
|
|
|
# It's possible to have multiple send / recv Icons per model
|
|
|
|
send_id = 1,
|
2024-02-29 21:36:38 +01:00
|
|
|
|
2024-04-09 14:17:35 +02:00
|
|
|
# Specify the ID here
|
|
|
|
recv_id = 1,
|
2024-02-29 21:36:38 +01:00
|
|
|
|
2024-04-09 14:17:35 +02:00
|
|
|
reply = true
|
2024-02-29 21:36:38 +01:00
|
|
|
}
|
2019-03-22 13:49:07 +01:00
|
|
|
}
|