Skip to content

Commit b57bd0c

Browse files
committed
[ModelicaSystem] improve docstring for simulate_cmd()
1 parent 7099242 commit b57bd0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

OMPython/ModelicaSystem.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -872,6 +872,9 @@ def simulate_cmd(
872872
Due to the tempdir being unique for the ModelicaSystem instance, *NEVER* use this to create several simulations
873873
with the same instance of ModelicaSystem! Restart each simulation process with a new instance of ModelicaSystem.
874874
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+
875878
Parameters
876879
----------
877880
resultfile

0 commit comments

Comments
 (0)