Skip to content

Commit

Permalink
Merge pull request #2770 from HansOlsson/ConditionalInnerOuter
Browse files Browse the repository at this point in the history
Define that disabled conditional components are ignored.
  • Loading branch information
HansOlsson committed Dec 16, 2020
2 parents 914dc1b + 2ecaa6a commit 8aac00a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chapters/scoping.tex
Expand Up @@ -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:
Expand Down

0 comments on commit 8aac00a

Please sign in to comment.