Buildings.BaseClasses
Package with base classes for the Buildings library
Information
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).
Package Content
Name | Description |
---|---|
BaseIcon | Base icon |
BaseIconLow | Base icon with model name below the icon |
Buildings.BaseClasses.BaseIcon
Base icon
Information
Basic class that provides a label with the component name above the icon.
Modelica definition
block BaseIcon "Base icon"
end BaseIcon;
Buildings.BaseClasses.BaseIconLow
Base icon with model name below the icon
Information
Basic class that provides a label with the component name below the icon.
Modelica definition
block BaseIconLow "Base icon with model name below the icon"
end BaseIconLow;