Skip to content

A Python interface to OpenModelica communicating via CORBA

License

Notifications You must be signed in to change notification settings

palm86/OMPython

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OMPython

OMPython is a Python interface that uses CORBA (omniORB) to communicate with OpenModelica.

Dependencies

  • omniORB is required to be installed including Python support (the omniidl command needs to be on the PATH)
  • Python 2.7 is required (omniORB restriction). Download python from http://www.python.org/download/
  • pip is recommended

Installation

Fast way (using pip):

  • pip install git+git://github.com/OpenModelica/OMPython.git

Manual installation:

  • Add python to your PATH.
  • Start command prompt/terminal and execute command "python setup.py install". This will add OMPython to the python 3rd party libraries.

Usage

import OMPython
help(OMPython)

Contact

Adeel, adeel.asghar@liu.se Anand, ganan642@student.liu.se

About

A Python interface to OpenModelica communicating via CORBA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%