OMPython icon indicating copy to clipboard operation
OMPython copied to clipboard

A Python interface to OpenModelica communicating via CORBA or ZeroMQ

Results 78 OMPython issues
Sort by recently updated
recently updated
newest added

I haven't found any examples or tests for it. Do I really have to create a dummy `.mo` model file, load it and compile it (see `ModelicaSystem.__init__()`) just to convert...

Write now we have created wrapper functions for each OMC API. It is very difficult to keep track of API changes. OMPython is not directly linked with OMC so it...

enhancement

### Description When I start Modelica.Fluid.Examples.PumpingSystem and other ((Fluid.Examples.Tanks.ThreeTanks, Fluid.Examples.Tanks.TanksWithOverflow, Fluid.Examples.Tanks.EmptyTanks) from OmEdit it simulates, but when I call the same model from python, I get an error: `[OMC log...

Hi, I have the impression that a lot of progress is made with the `ModelicaSystem` module right now, which is great! I have a question for the current implementation: If...

Dear OMPython Team, I made minor adjustments in my Modelica.mo and my Python Code that uses the API stopped working with this Error message: ... Error: Error building simulator. Build...

Just as a note - this is reported in the OpenModelica project: [https://github.com/OpenModelica/OpenModelica/issues/13829](https://github.com/OpenModelica/OpenModelica/issues/13829) If I run a simulation which fails, OMPython can not catch the error messages. These are shown...

list of PRs (and order / depth) - issue #361 2025/11/06: update / merge PRs / indicate rebase * Baseline is v4.0.0 * Merged PRs: * PR #312 - ModelicaSystemDoE...

just a reminder to remove depreciated functionality at a time ... * OMCSessionZMQ.execute() (PR #257) * ModelicaSystemCmd - simflags (PR #279) * ModelicaSystem.set*() methods - change accepted argument type to...

finally remove OMCSessionZMQ based on top of PR #386 milestone v5.0.0 (cleanup / removal of depreciated features)

remove old style input for set*() functions see PR #314 and PR #345 this should be with milestone 5.0.0 (one release with the warning message)