ModelicaRes
ModelicaRes copied to clipboard
Set up, analyze, and plot Modelica simulations in Python
There's two syntax errors in the sources. 1. In modelicares/simres.py, line 1723 and 2. In modelicares/_io/dymola.py line 131 substitute '' by '!='.
It would be nice to see a more recent PyPI package.
Hi Kevin, (or whoever who read it) I am trying to use modelicares in Jython (using easy_install, pip, ...) and I am getting this error: ImportError: No module named py3k...
Kevin, are you still using ModelicaRes often? I keep getting error messages with respect to `natu` :) If I want to translate the `SimRes` object to a dataFrame I get...
See http://stackoverflow.com/questions/28959450/asynchronously-schedule-sequential-processes-with-the-multiprocessing-pool-pytho
Hi Kevin, we're trying to set up MPC (model predictive control) with Modelica, and we need a continue-run framework. We can implement it with dymosim.exe or pyfmi, and we're happy...
I was just starting to use Modelica res however it seems that something does not quite work as it should: ``` In [11]: from modelicares import SimRes sim = SimRes('test.mat')...
Carry-over from discussion in #26.
Use PyFMI; see http://www.os.is/gogn/Skyrslur/OS-2012/OS-2012-06/OS-2012-06-03.pdf and http://nbviewer.ipython.org/gist/saroele/e6f176ac0ff391e8982a