Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions RationaleMCP/0031/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ These are all the non-vendor specific annotations inherited from full Modelica t
- `choices` — Applied to a parameter or variable, can be used to enumerate and tag different values for parameter input
- `experiment` — In the class annotation of the `model`, provide the default start time, stop time, tolerance, and interval length

These are all the non-vendor specific annotations inherited from full Modelica that are relevant for tool development and testing:
- `TestCase` — In the class annotation of the `package`, indicate that content is a test case, and whether translation is expected to succeed or not

These are the new annotations introduced in Base Modelica, each explained in more detail below:
- [`Protected`](#protected) — Indicate whether component declaration comes from protected section in original full Modelica model
- [`solverMethod`](#solvermethod) — Discretization method for a clocked sub-partition
Expand Down