Skip to content

Commit 2b92216

Browse files
committed
[ModelicaSystem.linearize()] fix docstring / add description for timeout
1 parent b93f121 commit 2b92216

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

OMPython/ModelicaSystem.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,6 +1054,7 @@ def linearize(self, lintime: Optional[float] = None, simflags: Optional[str] = N
10541054
lintime: Override linearOptions["stopTime"] value.
10551055
simflags: A string of extra command line flags for the model
10561056
binary.
1057+
timeout: Possible timeout for the execution of OM.
10571058
10581059
Returns:
10591060
A LinearizationResult object is returned. This allows several

0 commit comments

Comments
 (0)