powered by
Sets values of arbitrary SimVariables in a simplace simulation. Useful if you want to couple simplace with another simulation and interchange values daily.
setSimulationValues(simplace, parameterList = NULL, simulationNumber = 1)
No return value, called for the side effect of changing parameters in the current simulation
handle to the SimplaceWrapper object returned by initSimplace
initSimplace
a list with the parameter name as key and parametervalue as value
number of simulation in the queue whose parameters should be set (default first simulation)
if (FALSE) { for(i in 1:365) { param <- list(vBaseLUE=3.0 + i/2000) setSimulationValues(simplace,param) stepSimulation(simplace) } }
Run the code above in your browser using DataLab