Tutorial 20170223_1231
[Menubar]->Tools->Run Batch...
Run batch dialog
This script takes two parameters, ii and ff and plots data based on the two parameter values.
Press the "go" button to read the script's parameters.
"ff" is the first parameter.
You can set two parameters in a batch.
Right click, Generate...
Generate...
enumerated values are shown, and select the values to use.
Selected values appear as list.
ff is a little tricker, because it is not enumerated.
Use the GUI to generate values.
The script will run for each combination of ff and ii (for f in ff: for i in ii: runScript(ff=f,ii=i).
Press the "Go" button to start the run.
Done!