Skip to content

Commit 5ad58b6

Browse files
committed
fix(node-opal-orchestra): Add missing documentation of ddf_override_only setting
Signed-off-by: Steffen Vogel <[email protected]>
1 parent d7d2e08 commit 5ad58b6

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

etc/examples/nodes/opal_orchestra.conf

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ nodes = {
1414
# This is useful when you want to generate the DDF file from the configuration file
1515
# for importing it into RT-LAB or HYPERSIM.
1616
ddf_overwrite = true
17+
# Terminate VILLASnode, after overwriting the DDF file.
18+
# This option can be used for generating the DDF file without actually starting
19+
# VILLASnode in the gateway mode.
20+
ddf_overwrite_only = false
1721

1822
# Orchestra domain name.
1923
domain = "domain1"
@@ -28,15 +32,18 @@ nodes = {
2832
# Force the local Orchestra communication to be made with flag instead of semaphore when using an external communication process.
2933
# Define the delay to wait, this will call the system function usleep and free the CPU.
3034
use_flag_with_tool = false
31-
skip_wait_to_go = false
3235

33-
rate = 500.0;
36+
# Set the WaitToGo setting of the model.
37+
skip_wait_to_go = false
3438

3539
# The following parameters are used to generate the Orchestra DDF XML file.
3640
synchronous = false
3741
states = false
3842
multiple_publish_allowed = false
3943

44+
# For an un-synchronous domain, throttle the rate of the node to this rate.
45+
rate = 500.0
46+
4047
connection = {
4148
# One of: local, remote or dolphin
4249
type = "local"

0 commit comments

Comments
 (0)