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 7099242 commit b57bd0cCopy full SHA for b57bd0c
OMPython/ModelicaSystem.py
@@ -872,6 +872,9 @@ def simulate_cmd(
872
Due to the tempdir being unique for the ModelicaSystem instance, *NEVER* use this to create several simulations
873
with the same instance of ModelicaSystem! Restart each simulation process with a new instance of ModelicaSystem.
874
875
+ However, if only non-structural parameters are used, it is possible to reuse an existing instance of
876
+ ModelicaSystem to create several version ModelicaSystemCmd to run the model using different settings.
877
+
878
Parameters
879
----------
880
resultfile
0 commit comments