Linking to a MapleSim model (located in .msim file):
>
|
|
Getting the parameters of the active subsystem (you are at the top level):
Compare to the output when the allparams option is passed:
>
|
|
| (2) |
Compare to the output when the codegenonly option set to false:
>
|
|
| (3) |
Some of the returned parameters will not appear in the equations or the initial equations. These parameters often have symbolic expressions in terms of other parameters as their values.
Compare to the output when the allremaining option is passed:
>
|
|
| (4) |
In this example the output is the same as when allparams = true and codegenonly = true (default). However, it is not the case in general. Setting the codegenonly option to true may eliminate some parameters from the output that would otherwise appear when the allremaining option is set to true.
Setting the active subsystem as the RLC circuit subsystem:
>
|
|
Getting the parameters of the RLC subsystem:
| (5) |
>
|
|
Use allparams and the filter option with a wildcard to return all parameters that start with R:
>
|
|