Skip to content

Commit f4804c0

Browse files
committed
[ModelicaDoEABC] add get_resultpath()
1 parent 74f3045 commit f4804c0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

OMPython/ModelicaSystem.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2229,6 +2229,12 @@ def get_session(self) -> OMSessionABC:
22292229
"""
22302230
return self._mod.get_session()
22312231

2232+
def get_resultpath(self) -> OMPathABC:
2233+
"""
2234+
Get the path there the result data is saved.
2235+
"""
2236+
return self._resultpath
2237+
22322238
def prepare(self) -> int:
22332239
"""
22342240
Prepare the DoE by evaluating the parameters. Each structural parameter requires a new instance of

0 commit comments

Comments
 (0)