Skip to content

Commit c518e38

Browse files
committed
[OMCSessionRunData] update docstring and comments
1 parent f02be6f commit c518e38

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

OMPython/OMCSession.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,14 +438,15 @@ def size(self) -> int:
438438
class OMCSessionRunData:
439439
"""
440440
Data class to store the command line data for running a model executable in the OMC environment.
441+
442+
All data should be defined for the environment, where OMC is running (local, docker or WSL)
441443
"""
442-
# cmd_path is based on the selected OMCProcess definition
444+
# cmd_path is the expected working directory
443445
cmd_path: str
444446
cmd_model_name: str
445447
# command line arguments for the model executable
446448
cmd_args: list[str]
447449
# result file with the simulation output
448-
# cmd_result_path is based on the selected OMCProcess definition
449450
cmd_result_path: str
450451

451452
# command prefix data (as list of strings); needed for docker or WSL

0 commit comments

Comments
 (0)