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 77ac2b8 commit f108094Copy full SHA for f108094
OMPython/ModelicaSystem.py
@@ -929,6 +929,9 @@ def simulate_cmd(
929
Due to the tempdir being unique for the ModelicaSystem instance, *NEVER* use this to create several simulations
930
with the same instance of ModelicaSystem! Restart each simulation process with a new instance of ModelicaSystem.
931
932
+ However, if only non-structural parameters are used, it is possible to reuse an existing instance of
933
+ ModelicaSystem to create several version ModelicaSystemCmd to run the model using different settings.
934
+
935
Parameters
936
----------
937
resultfile
0 commit comments