CodeCode |
This information is part of the Modelica Standard Library maintained by the Modelica Association.
Modelica code conventions of class and instance names, parameters and variables are specified separately. In this section it is summarized how to refer to Modelica code in the HTML documentation.
<code>
and </code>
should to be used, e.g.,parameter Modelica.SIunits.Time tStart "Start time"
<pre>
and </pre>
.<code>
and </code>
.<pre> <strong>connector</strong> Frame ... <strong>flow</strong> SI.Force f[3] <strong>annotation</strong>(unassignedMessage="..."); <strong>end</strong> Frame; </pre>
appears as
connector Frame ... flow SI.Force f[3] annotation(unassignedMessage="..."); end Frame;
<pre> <strong>parameter</strong> Modelica.SIunits.Conductance G=1 "Conductance"; </pre>
appears as
parameter Modelica.SIunits.Conductance G=1 "Conductance";