We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f02be6f commit c518e38Copy full SHA for c518e38
1 file changed
OMPython/OMCSession.py
@@ -438,14 +438,15 @@ def size(self) -> int:
438
class OMCSessionRunData:
439
"""
440
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)
443
- # cmd_path is based on the selected OMCProcess definition
444
+ # cmd_path is the expected working directory
445
cmd_path: str
446
cmd_model_name: str
447
# command line arguments for the model executable
448
cmd_args: list[str]
449
# result file with the simulation output
- # cmd_result_path is based on the selected OMCProcess definition
450
cmd_result_path: str
451
452
# command prefix data (as list of strings); needed for docker or WSL
0 commit comments