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