createSimulation {simplace} | R Documentation |
Creates a simulation from the opened project and substitutes the values of the parameters given in the parameter list. Simulation will be put into the queue by default.
createSimulation(simplace, parameterList = NULL, queue = FALSE)
simplace |
handle to the SimplaceWrapper object returned by |
parameterList |
a list with the parameter name as key and parametervalue as value |
queue |
boolean - simulation is added to queue if true, else start new queue |
id of the created simulation
runSimulations
, resetSimulationQueue