We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea8f84 commit cfac6f6Copy full SHA for cfac6f6
OMPython/OMCSession.py
@@ -601,6 +601,9 @@ def run_model_executable(cmd_run_data: OMCSessionRunData) -> int:
601
"""
602
return OMCProcess.run_model_executable(cmd_run_data=cmd_run_data)
603
604
+ def execute(self, command: str):
605
+ return self.omc_process.execute(command=command)
606
+
607
def sendExpression(self, command: str, parsed: bool = True) -> Any:
608
609
Send an expression to the OMC server and return the result.
0 commit comments