createSimulation {simplace}R Documentation

Creates a simulation and substitute parameters

Description

Creates a simulation from the opened project and substitutes the values of the parameters given in the parameter list. Simulation won't be queued by default.

Usage

createSimulation(simplace, parameterList = NULL, queue = FALSE)

Arguments

simplace

handle to the SimplaceWrapper object returned by initSimplace

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

Value

id of the created simulation

See Also

runSimulations, resetSimulationQueue


[Package simplace version 5.0.13 Index]