Skip to content

Commit

Permalink
fix omjulia typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Arunkumar Palanisamy authored and sjoelund committed Sep 29, 2018
1 parent 542669c commit d5eccd3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions UsersGuide/source/omjulia.rst
Expand Up @@ -36,12 +36,10 @@ The OMJulia package contains the following features:
Test Commands
~~~~~~~~~~~~~

To get started, create a omc OMJulia session object:
To get started, create an OMJulia session object:

>>> using OMJulia
>>> omc= OMJulia.OMCSession()
>>> omc.sendExpression("getVersion()")
"v1.13.0-dev-531-gde26b558a (64-bit)"
>>> omc.sendExpression("loadModel(Modelica)")
"True"
>>> omc.sendExpression("model a Real s; equation s=sin(10*time); end a;")
Expand Down

0 comments on commit d5eccd3

Please sign in to comment.