File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2219,6 +2219,12 @@ def get_session(self) -> OMSessionABC:
22192219 """
22202220 return self ._mod .get_session ()
22212221
2222+ def get_resultpath (self ) -> OMPathABC :
2223+ """
2224+ Get the path the the result data is saved.
2225+ """
2226+ return self ._resultpath
2227+
22222228 def prepare (self ) -> int :
22232229 """
22242230 Prepare the DoE by evaluating the parameters. Each structural parameter requires a new instance of
Original file line number Diff line number Diff line change 2020 ModelicaDoEOMC ,
2121 ModelicaSystemError ,
2222
23+ ModelicaSystemRunner ,
24+ ModelicaDoERunner ,
25+
2326 doe_get_solutions ,
2427)
2528from OMPython .OMCSession import (
5053 'ModelicaDoEOMC' ,
5154 'ModelicaSystemError' ,
5255
56+ 'ModelicaSystemRunner' ,
57+ 'ModelicaDoERunner' ,
58+
5359 'doe_get_solutions' ,
5460
5561 'OMCSessionCmd' ,
You can’t perform that action at this time.
0 commit comments