From 8d9f1217e039b93fcebeb4d38bd5aa2d2fcee75f Mon Sep 17 00:00:00 2001 From: syntron Date: Thu, 6 Nov 2025 19:59:05 +0100 Subject: [PATCH] [ModelicaSystem] add docstring --- OMPython/ModelicaSystem.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/OMPython/ModelicaSystem.py b/OMPython/ModelicaSystem.py index 241b9ffc..e3f4c2fb 100644 --- a/OMPython/ModelicaSystem.py +++ b/OMPython/ModelicaSystem.py @@ -322,6 +322,10 @@ def parse_simflags(simflags: str) -> dict[str, Optional[str | dict[str, Any] | n class ModelicaSystem: + """ + Class to simulate a Modelica model using OpenModelica via OMCSessionZMQ. + """ + def __init__( self, commandLineOptions: Optional[list[str]] = None,