view m-toolbox/html_help/help/ug/builtin_models_ssm_content.html @ 52:daf4eab1a51e database-connection-manager tip

Fix. Default password should be [] not an empty string
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Wed, 07 Dec 2011 17:29:47 +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>