Skip to content

Commit 1c52690

Browse files
Proposed (#3683)
* Proposed * Update chapters/annotations.tex Co-authored-by: Malte Lenz <[email protected]>
1 parent d0b997e commit 1c52690

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

chapters/annotations.tex

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,10 +1320,12 @@ \subsubsection{Bitmap}\label{bitmap}
13201320

13211321
\subsection{Variable Graphics and Schematic Animation}\label{variable-graphics-and-schematic-animation}
13221322

1323-
Any value (coordinates, color, text, etc.) in graphical annotations can be dependent on class variables using \lstinline!DynamicSelect!.
1324-
\lstinline!DynamicSelect! has the syntax of a function call with two arguments, where the first argument specifies the value of the editing state and the second argument the value of the non-editing state.
1325-
The first argument must be a literal expression.
1326-
The second argument may contain references to variables to enable a dynamic behavior.
1323+
Any value in graphical annotations can be dependent on evaluable parameters except when restricted otherwise in their respective definitions, (for example with \lstinline!/* literal */ constant!).
1324+
1325+
\lstinline!DynamicSelect! has the syntax of a function call with two arguments, where the first argument specifies the value of the static state and the second argument the value of the dynamic state.
1326+
The first argument follows the same rules as when not using \lstinline!DynamicSelect!.
1327+
The second argument may contain references to variables of a higher variability to enable displaying dynamic behavior of a simulation.
1328+
13271329

13281330
\begin{example}
13291331
The level of a tank could be animated by a rectangle expanding in vertical direction and its color depending on a variable overflow:

0 commit comments

Comments
 (0)