Skip to content

Commit 863d6b6

Browse files
committed
[ModelicaSystem.linearize()] fix docstring / add description for timeout
1 parent b0aa3d5 commit 863d6b6

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
@@ -1062,6 +1062,7 @@ def linearize(self, lintime: Optional[float] = None, simflags: Optional[str] = N
10621062
lintime: Override linearOptions["stopTime"] value.
10631063
simflags: A string of extra command line flags for the model
10641064
binary.
1065+
timeout: Possible timeout for the execution of OM.
10651066
10661067
Returns:
10671068
A LinearizationResult object is returned. This allows several

0 commit comments

Comments
 (0)