We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548152a commit 3ee7f7dCopy full SHA for 3ee7f7d
OMPython/ModelicaSystem.py
@@ -881,6 +881,9 @@ def simulate_cmd(
881
Due to the tempdir being unique for the ModelicaSystem instance, *NEVER* use this to create several simulations
882
with the same instance of ModelicaSystem! Restart each simulation process with a new instance of ModelicaSystem.
883
884
+ However, if only non-structural parameters are used, it is possible to reuse an existing instance of
885
+ ModelicaSystem to create several version ModelicaSystemCmd to run the model using different settings.
886
+
887
Parameters
888
----------
889
resultfile
0 commit comments