We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca39de4 commit 3c83eebCopy full SHA for 3c83eeb
1 file changed
OMPython/OMCSession.py
@@ -466,13 +466,12 @@ class OMCSessionRunData:
466
467
All data should be defined for the environment, where OMC is running (local, docker or WSL)
468
"""
469
- # cmd_path is based on the selected OMCProcess definition
+ # cmd_path is the expected working directory
470
cmd_path: str
471
cmd_model_name: str
472
# command line arguments for the model executable
473
cmd_args: list[str]
474
# result file with the simulation output
475
- # cmd_result_path is based on the selected OMCProcess definition
476
cmd_result_path: str
477
478
# command prefix data (as list of strings); needed for docker or WSL
0 commit comments