Skip to content

Commit

Permalink
Remove unnecessary and probably wrong example.
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Jun 20, 2017
1 parent 4c9713f commit f7325c0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions UsersGuide/source/ompython.rst
Expand Up @@ -115,15 +115,10 @@ Import As Library
^^^^^^^^^^^^^^^^^

To use the module from within another python program, simply import
OMCSessionZMQ from within the using program. Make use of the execute()
function of the OMPython library to send commands to the OMC server.
OMCSessionZMQ from within the using program.

For example:

answer = OMPython.execute(cmd)

Full example:

.. code-block:: python
# test.py
Expand Down

0 comments on commit f7325c0

Please sign in to comment.