Skip to content

Commit

Permalink
Merge pull request #3486 from HansOlsson/ParConnector
Browse files Browse the repository at this point in the history
Allow parameter/constant in connectors as well.
  • Loading branch information
HansOlsson authored Feb 28, 2024
2 parents 260db96 + bdd89a1 commit ff5ae86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/classes.tex
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ \section{Specialized Classes}\label{specialized-classes}
The normal modeling class in Modelica.

\item \lstinline!block!\indexinline{block} --
Same as \lstinline!model! with the restriction that each public connector component of a \lstinline!block! must have prefixes \lstinline!input! and/or \lstinline!output! for all connector variables.
Same as \lstinline!model! with the restriction that each public connector component of a \lstinline!block! must have prefixes \lstinline!input! and/or \lstinline!output! for all connector variables that are neither \lstinline!parameter! nor \lstinline!constant!.

\begin{nonnormative}
The purpose is to model input/output blocks of block diagrams. Due to the restrictions on \lstinline!input! and \lstinline!output! prefixes,
Expand Down

0 comments on commit ff5ae86

Please sign in to comment.