Mercurial > hg > ltpda
annotate m-toolbox/html_help/help/ug/builtin_models_ssm_content.html @ 49:0bcdf74587d1 database-connection-manager
Cleanup
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 07 Dec 2011 17:24:36 +0100 |
parents | f0afece42f48 |
children |
rev | line source |
---|---|
0 | 1 <p> |
2 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 | |
3 </p> | |
4 <div class="fragment"><pre> | |
5 >> ssm.getBuiltInModels | |
6 </pre></div> | |
7 <p> | |
8 For creating your own SSM models, follow similar rules as in the AO case. A good example to follow is | |
9 </p> | |
10 <div class="fragment"><pre> | |
11 >> edit ssm_model_standard_system_params | |
12 </pre></div> | |
13 | |
14 |