Running a Script
To run a script file in SIwave:
- Click Tools. From the Scripting area, click Run Script.
The Open window appears.
- Use the file browser to locate and select a *.vbs or *.py script file.
- Click Open.
The script is executed.
To run a script file from a command line:
- Type the following:
<path to siwave.exe> <path to *.siw file> -RunScript <path to *.py file>
SIwave opens and the script is executed.
Alternatively, type the following to run the script and close SIwave:
<path to siwave.exe> <path to *.siw file> -RunScriptAndExit <path to *.py file>
To run a script from the IronPython command shell:
- Click Tools. From the Scripting area, click IronPython Comand Shell.
The command window appears.
- Type an appropriate script commands and press Enter.