Mercurial > hg > ltpda
view m-toolbox/html_help/help/ug/builtin_models_ssm_content.html @ 23:a71a40911c27 database-connection-manager
Update check for repository connection parameter in constructors
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>