OMPython
OMPython copied to clipboard
[ModelicaSystem*] add timeout argument
Add / fix argument timeout to / of ModelicaSystem and ModelicaSystemDoE
@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
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
rebased on top of PR #386