OMPython icon indicating copy to clipboard operation
OMPython copied to clipboard

improve returned data if running a simulation (using the model executable)

Open syntron opened this issue 1 month ago • 0 comments

see #108

[OMCSession] improve log messages for model simulation using OM executable

  • use check=False => no CalledProcessError exception; possibility to handle the return code / error code
  • error code needs to be checked (compare == 0) by the caller!
  • improve log messages; print returncode if it is != 0 with stdout

[ModelicaSystem] improve handling of model simulation

  • ensure a message if logged if returncode != 0

syntron avatar Dec 15 '25 20:12 syntron