Is it possible to process Modelica models with Python?
I found one possible approach:
(a) Use ModelicaXML (http://www.ida.liu.se/~adrpo/ModelicaXML) to
represent Modelica code as XML
(b) Generate Python code (using numpy and scipy) from this XML file.
Is there any better approach?
Best Regards,
S
Srijit Kumar Bhadra wrote:
> I am looking for possible options to interface Modelica
> (http://www.modelica.org/) with Python (scipy and numpy). Any
> suggestions?
When you say "interface", what do you mean?
Do you want to be able to process Modelica models or do you simply want
to be able to com