We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6283dab commit b20568bCopy full SHA for b20568b
1 file changed
OMPython/__init__.py
@@ -6,7 +6,7 @@
6
```
7
import OMPython
8
omc = OMPython.OMCSessionLocal()
9
-omc.sendExpression("command")
+omc.sendExpression("getVersion()")
10
11
12
"""
@@ -58,15 +58,16 @@
58
ModelicaDoERunner,
59
)
60
61
+# the imports below are compatibility functionality (OMPython v4.0.0)
62
from OMPython.ModelicaSystem import (
63
ModelicaSystem,
- ModelicaSystemDoE,
64
ModelicaSystemCmd,
65
+ ModelicaSystemDoE,
66
67
from OMPython.OMCSession import (
68
OMCSessionCmd,
- OMCSessionZMQ,
69
OMCSessionException,
70
+ OMCSessionZMQ,
71
72
OMCProcessLocal,
73
OMCProcessPort,
0 commit comments