We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c4815 commit 5fc6c53Copy full SHA for 5fc6c53
OMPython/ModelicaSystem.py
@@ -1917,15 +1917,17 @@ def __init__(
1917
"""
1918
1919
self._mod = ModelicaSystem(
1920
- fileName=fileName,
1921
- modelName=modelName,
1922
- lmodel=lmodel,
1923
commandLineOptions=commandLineOptions,
1924
- variableFilter=variableFilter,
1925
customBuildDirectory=customBuildDirectory,
1926
omhome=omhome,
1927
omc_process=omc_process,
1928
)
+ self._mod.model(
+ file=fileName,
+ name=modelName,
+ libraries=lmodel,
1929
+ variable_filter=variableFilter,
1930
+ )
1931
1932
self._model_name = modelName
1933
0 commit comments