We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b73e5 commit 319cf9dCopy full SHA for 319cf9d
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