packageUsersGuide
User's Guide of Utilities Library
Extends from Modelica.Icons.Information (Icon for general information packages).
Information
Library Modelica.Utilities contains Modelica functions that are especially suited for scripting. Currently, only a rudimentary User's Guide is present. This will be improved in the next releases. The User's Guide has currently the following chapters:
- Release Notes summarizes the differences between different versions of this library.
- ImplementationNotes describes design decisions for this library especially for Modelica tool vendors.
- Contact provides information about the authors of the library as well as acknowledgments.
Error handling
In case of error, all functions in this library use a Modelica "assert(..)"
to provide an error message and to cancel all actions. This means that
functions do not return, if an error is triggered inside the function.
Contents
| Name | Description |
|---|---|
| Implementation Notes | |
| Release notes | |
| Contact |