This package contains base classes that are used to construct the models in Buildings.
Extends from Modelica.Icons.BasesPackage (Icon for packages containing base classes).Name | Description |
---|---|
BaseIcon | Base icon |
BaseIconLow | Base icon with model name below the icon |
Basic class that provides a label with the component name above the icon.
block BaseIcon "Base icon"end BaseIcon;
Basic class that provides a label with the component name below the icon.
block BaseIconLow "Base icon with model name below the icon"end BaseIconLow;