We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70cb50f commit 130a54bCopy full SHA for 130a54b
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