We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af73d88 + 52fe18c commit 2f32f32Copy full SHA for 2f32f32
1 file changed
OMPython/ModelicaSystem.py
@@ -1945,15 +1945,17 @@ def __init__(
1945
"""
1946
1947
self._mod = ModelicaSystem(
1948
- fileName=fileName,
1949
- modelName=modelName,
1950
- lmodel=lmodel,
1951
commandLineOptions=commandLineOptions,
1952
- variableFilter=variableFilter,
1953
customBuildDirectory=customBuildDirectory,
1954
omhome=omhome,
1955
omc_process=omc_process,
1956
)
+ self._mod.model(
+ file=fileName,
+ name=modelName,
+ libraries=lmodel,
1957
+ variable_filter=variableFilter,
1958
+ )
1959
1960
self._model_name = modelName
1961
0 commit comments