Skip to content

Commit f108094

Browse files
committed
[ModelicaSystem] improve docstring for simulate_cmd()
1 parent 77ac2b8 commit f108094

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
@@ -929,6 +929,9 @@ def simulate_cmd(
929929
Due to the tempdir being unique for the ModelicaSystem instance, *NEVER* use this to create several simulations
930930
with the same instance of ModelicaSystem! Restart each simulation process with a new instance of ModelicaSystem.
931931
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+
932935
Parameters
933936
----------
934937
resultfile

0 commit comments

Comments
 (0)