We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e6ff4f commit ee6e01dCopy full SHA for ee6e01d
1 file changed
README.md
@@ -40,8 +40,8 @@ help(OMPython)
40
```
41
42
```python
43
-from OMPython import OMCSessionZMQ
44
-omc = OMCSessionZMQ()
+from OMPython import OMCSessionLocal
+omc = OMCSessionLocal()
45
omc.sendExpression("getVersion()")
46
47
0 commit comments