syntron

Results 42 comments of syntron

@joewa I think it would be possible to use `os.PathLike` instead of `OMCPath` to define `ModelicaSystemBase` - this should be quite simple and would allow to use it - as...

@joewa looks good to me! I'm thinking about a modification to `ModelicaSystemDoE` such that the `ModelicaSystemRunner` class could also be used ... would this be usefull? I'm also considering this...

@joewa I was thinking a lot about this topic and work on a (bigger) update in the last days - take this / PR #404 as a draft as it...

@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...

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 was added by you in [#351](https://github.com/OpenModelica/OMPython/pull/351) > > I suppose it should work without it. You can make a PR and see if the test pass. I know...

> I guess this won't fix since we use OMSimulator now for importing FMUs. The `importFMU` API is kind of depreciated and there are no future plans for it. If...

see also https://github.com/OpenModelica/OpenModelica/pull/10974 as reference about the status of FMI import

@adeas31 why for v5.0.0? This change has no impact on (external) users and, thus, could be included now