From bdd89a1b92e73f8153afcff6d53bd8f878866299 Mon Sep 17 00:00:00 2001 From: HOS Date: Thu, 22 Feb 2024 16:27:11 +0100 Subject: [PATCH] Allow parameter/constant in connectors as well. Closes #3471 --- chapters/classes.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/classes.tex b/chapters/classes.tex index 0448f8018..99c4c9a5c 100644 --- a/chapters/classes.tex +++ b/chapters/classes.tex @@ -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,