Skip to content

Commit 86af54f

Browse files
committed
[ModelicaSystem] add docstring for _process_override_data()
1 parent 27d894b commit 86af54f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

OMPython/ModelicaSystem.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,6 +1036,11 @@ def _process_override_data(
10361036
override_var: dict[str, str],
10371037
override_sim: dict[str, str],
10381038
) -> None:
1039+
"""
1040+
Define the override parameters. As the definition of simulation specific override parameter changes with OM
1041+
1.26.0, version specific code is needed. Please keep in mind, that this will fail if OMC is not used to run the
1042+
model executable.
1043+
"""
10391044
if len(override_var) == 0 and len(override_sim) == 0:
10401045
return
10411046

0 commit comments

Comments
 (0)