Re: Modelica

2006-06-30 Thread Srijit Kumar Bhadra
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

Re: Modelica

2006-06-28 Thread michael . tiller
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

Modelica

2006-06-27 Thread Srijit Kumar Bhadra
I am looking for possible options to interface Modelica (http://www.modelica.org/) with Python (scipy and numpy). Any suggestions? Best Regards, Srijit -- http://mail.python.org/mailman/listinfo/python-list