Important: The GetModel command has been deprecated. Use the templates in the MapleSim document folder to analyze your model instead.
The example shows how the GetModel command can be used to retrieve a stored symbolic model quickly without regenerating the model equations. Construct a store file for the model by using the BuildEQs command.
>
|
|
| |
| |
| |
| |
| |
| |
| (4.1) |
You can now show one of the outputs of the model. In this example, the mass matrix is shown.
By restarting the system, the generated symbolic module `MyModel` is removed from Maple's memory, thus, none of its symbolic entries are accessible.
>
|
|
Error, `SliderCrank` does not evaluate to a module
| |
As indicated in the output of BuildEQs, the generated symbolic model can be retrieved using the GetModel command. When they are assigned to a worksheet variable, the properties of the retrieved model are accessible again.
>
|
|