I need to accomplish the following two things
1. Use script to execute experiments.
I have found the following syntax, but cannot execute it.
applicationcommand("runExperimenter");
runExperimenter();
2. Read the value of "Simulation times" as the Replications per Scenario of the experiment.
How should I write the script?