You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chapters/annotations.tex
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1529,12 +1529,18 @@ \section{Graphical User Interface}\label{annotations-for-the-graphical-user-inte
1529
1529
\end{lstlisting}\end{synopsis}
1530
1530
\begin{semantics}
1531
1531
Allowed for simple types and components of a simple types.
1532
-
If \lstinline!false!, then the variable defines a relative quantity, and if \lstinline!true! an absolute quantity.
1532
+
If \lstinline!false!, then the component defines a relative quantity, and if \lstinline!true! an absolute quantity.
1533
+
When converting between units (e.g., in plots and where parameters are edited), the unit offset must be ignored for relative quantities.
1534
+
The annotation is inherited in the sense that when \lstinline!absoluteValue! is defined for a simple type, it also applies derived classes.
1535
+
When \lstinline!absoluteValue! is defined for a simple type, it also applies to components declared with the type.
1536
+
1537
+
When \lstinline!absoluteValue! of a component is not determined by an annotation (possibly through inheritance), the \lstinline!absoluteValue! status may be inferred by the tool.
1538
+
If the \lstinline!absoluteValue! of a component is neither determined by annotation nor inference, unit conversions that would differ depending on \lstinline!absoluteValue! cannot be performed.
1533
1539
1534
1540
\begin{nonnormative}
1535
-
When converting between units (in the user-interface for plotting and entering parameters), the unit offset must be ignored for a variable defined with annotation \lstinline!absoluteValue = false!.
1536
-
This annotation is used in the Modelica Standard Library, for example in \lstinline!Modelica.Units.SI! for the type definition \lstinline!TemperatureDifference!.
1537
-
For most types there is no unit offset and the annotation is not needed for them.
1541
+
For most quantities there are no units with offset, and the annotation is not needed.
1542
+
For a component where unit conversions involving offsets could be of interest (mainly temperatures), ensuring that \lstinline!absoluteValue! is determined by an annotation (typically by means of using a type where it has been specified) may reduce impact of quality-of-implementation in tool ability to infer \lstinline!absoluteValue!.
1543
+
Example applications of this annotation can be found among the type definitions in the \lstinline!Modelica.Units! package of the Modelica Standard Library, such as \lstinline!TemperatureDifference!.
0 commit comments