File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments