Buildings.Controls.Types

Package with type definitions

Information

This package contains type definitions.

Extends from Modelica.Icons.TypesPackage (Icon for packages containing type definitions).

Package Content

Name Description
nDayTypes=3 Integer with the number of day types
Buildings.Controls.Types.Day Day Enumeration for the day types

Types and constants

  constant Integer nDayTypes = 3 "Integer with the number of day types";
  type Day = enumeration(
    WorkingDay   "Working day, such as Monday through Friday",
    NonWorkingDay   "Non-working day, such as week-ends, but not holidays",
    Holiday   "Holiday") "Enumeration for the day types";