Skip to content

Commit a47ac11

Browse files
authored
Merge branch 'master' into ModelicaSystem_relative_path
2 parents 18dec07 + 8972fdb commit a47ac11

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

OMPython/ModelicaSystem.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,10 @@ def parse_simflags(simflags: str) -> dict[str, Optional[str | dict[str, Any] | n
323323

324324

325325
class ModelicaSystem:
326+
"""
327+
Class to simulate a Modelica model using OpenModelica via OMCSessionZMQ.
328+
"""
329+
326330
def __init__(
327331
self,
328332
commandLineOptions: Optional[list[str]] = None,

0 commit comments

Comments
 (0)