view m-toolbox/html_help/help/ug/builtin_models_ssm_content.html @ 13:e05504b18072 database-connection-manager

Move more functions to utils.repository
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Mon, 05 Dec 2011 16:20:06 +0100
parents f0afece42f48
children
line wrap: on
line source

<p>
  The handling of built-in SSM models is done pretty much the same as for the AO models. To see a list of available models, use
</p>
<div class="fragment"><pre>
  >> ssm.getBuiltInModels
</pre></div>
<p>
  For creating your own SSM models, follow similar rules as in the AO case. A good example to follow is
</p>
<div class="fragment"><pre>
  >> edit ssm_model_standard_system_params
</pre></div>