You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,8 +57,7 @@ The following simulations are available:
57
57
# Scripting
58
58
From version 1.2.0 Open ModSim supports scripting. Qt runtime implements the [ECMAScript Language Specification](http://www.ecma-international.org/publications/standards/Ecma-262.htm) standard, so Javascript is used to write code.
Scripts can be launched in two modes: Once or Periodically. If you run script in Once mode the script will stop after it finishes executing. In Periodically mode, the script will start after a certain period of time until the user stops it or the method is called
64
63
```javascript
@@ -141,8 +140,8 @@ Below are the methods for installing the OpenModSim for different OS
141
140
## Microsoft Windows
142
141
Run the installer:
143
142
144
-
- For 32-bit Windows: `qt5-omodsim_1.9.1-1_x86.exe`
145
-
- For 64-bit Windows: `qt5-omodsim_1.9.1-1_amd64.exe` or `qt6-omodsim_1.9.1-1_amd64.exe`
143
+
- For 32-bit Windows: `qt5-omodsim_1.9.1_x86.exe`
144
+
- For 64-bit Windows: `qt5-omodsim_1.9.1_x64.exe` or `qt6-omodsim_1.9.1_x64.exe`
0 commit comments