From 2ecaa6accb88442b2ba49da09d2ca647debe0f28 Mon Sep 17 00:00:00 2001 From: OLSSON Hans Date: Tue, 15 Dec 2020 23:08:44 +0100 Subject: [PATCH] Define that disabled conditional components are ignored. Closes #2499 --- chapters/scoping.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chapters/scoping.tex b/chapters/scoping.tex index 930f85ef9..2ca040220 100644 --- a/chapters/scoping.tex +++ b/chapters/scoping.tex @@ -185,6 +185,8 @@ \section{Instance Hierarchy Name Lookup of Inner Declarations}\label{instance-hi Outer class declarations should be defined using short-class definitions without modifications. However, see also \cref{simultaneous-inner-outer-declarations}. +If the outer component declaration is a disabled conditional component (\cref{conditional-component-declaration}) it is also ignored for the automatic creation of inner component (neither causing it; nor influencing the type of it). + An \lstinline!outer! element reference in a simulation model requires that one corresponding \lstinline!inner! element declaration exist or can be created in a unique way: