Mercurial > hg > ltpda
view m-toolbox/html_help/help/ug/builtin_models_ssm_content.html @ 51:9d5c88356247 database-connection-manager
Make unit tests database connection parameters configurable
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 07 Dec 2011 17:24:37 +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>