Parameter metafiles (.spf) saved from within Simile can contain information about a model's parameter values, either locally or as references to other files. They may refer to the whole model or a submodel.
consult.parameter.metafile(instance.handle,param.file,target.submodel="")
instance.handle |
The handle returned by create.model() identifying the model instance. |
param.file |
Location of the parameter metafile. |
target.submodel |
Pathname of the submodel into which the parameters are to be loaded. Default is the top level. |
None
Jasper Taylor
consult.parameter.metafile(instance.handle, "../data/base_vals.spf")