If a script is to provide values directly for a Simile model parameter, this command must be called first to set up a location for the parameters to be held
create.param.array(instance.handle,param.name)
instance.handle |
The handle returned by create.model() identifying the model instance. |
param.name |
Caption path to the model component whose value is to be specified |
A handle to the location that has been created.
Jasper Taylor