We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f3045 commit f4804c0Copy full SHA for f4804c0
1 file changed
OMPython/ModelicaSystem.py
@@ -2229,6 +2229,12 @@ def get_session(self) -> OMSessionABC:
2229
"""
2230
return self._mod.get_session()
2231
2232
+ def get_resultpath(self) -> OMPathABC:
2233
+ """
2234
+ Get the path there the result data is saved.
2235
2236
+ return self._resultpath
2237
+
2238
def prepare(self) -> int:
2239
2240
Prepare the DoE by evaluating the parameters. Each structural parameter requires a new instance of
0 commit comments