OMPython icon indicating copy to clipboard operation
OMPython copied to clipboard

[ModelicaSystem*] add timeout argument

Open syntron opened this issue 3 months ago • 3 comments

Add / fix argument timeout to / of ModelicaSystem and ModelicaSystemDoE

syntron avatar Nov 23 '25 19:11 syntron

@adeas31 update the code to: (1) remove all timeouts from ModelicaSystem* classes (2) define timeouts in OMCSession* (3) allow to set timeout value (4) use one variable for all OMC startup / program execution timeouts (5) wrap timeout handling in a separate function

syntron avatar Nov 26 '25 18:11 syntron

move point (1) to PR #383; this PR could be applied now

the remaining changes should be applied after the modifications of OMCSession as it changes the same code and this means only one (final) rebase

syntron avatar Nov 26 '25 19:11 syntron

rebased on top of PR #386

syntron avatar Nov 27 '25 19:11 syntron