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