Skip to content

Commit 3ee7f7d

Browse files
committed
[ModelicaSystem] improve docstring for simulate_cmd()
1 parent 548152a commit 3ee7f7d

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
@@ -881,6 +881,9 @@ def simulate_cmd(
881881
Due to the tempdir being unique for the ModelicaSystem instance, *NEVER* use this to create several simulations
882882
with the same instance of ModelicaSystem! Restart each simulation process with a new instance of ModelicaSystem.
883883
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+
884887
Parameters
885888
----------
886889
resultfile

0 commit comments

Comments
 (0)