Skip to content

Commit

Permalink
Update chapters/classes.tex
Browse files Browse the repository at this point in the history
Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
  • Loading branch information
HansOlsson and henrikt-ma committed Apr 5, 2022
1 parent b9abac3 commit 7d17262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/classes.tex
Expand Up @@ -357,7 +357,7 @@ \subsection{Component Variability Prefixes}\label{component-variability-prefixes
A variable \lstinline!vc! declared with \lstinline!constant!\indexinline{constant} prefix remains constant during simulation, with a value that is unaffected even by the initialization problem.
This is called a \firstuse[---]{constant}, or \firstuse[constant!variable]{constant variable}\index{component variability!constant}.
\item
A variable \lstinline!vc! declared with the \lstinline!parameter!\indexinline{parameter} prefix has its value determined by the initialization problem, and has that value during the entire simulation.
A variable \lstinline!vc! declared with the \lstinline!parameter!\indexinline{parameter} prefix has a value determined by the initialization problem, and keeps that value during the entire simulation.
This is called a \firstuse[---]{parameter}, or \firstuse[parameter!variable]{parameter variable}\index{component variability!parameter}.
\item
A \firstuse[discrete-time!variable]{discrete-time variable}\index{component variability!discrete-time} \lstinline!vd! is a variable that is discrete-valued (that is, not of \lstinline!Real! type) or assigned in a \lstinline!when!-clause.
Expand Down

0 comments on commit 7d17262

Please sign in to comment.