Buildings.Templates.Plants.Controls.Types

Package with type definitions

Information

This package provides type definitions.

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

Package Content

Name Description
Buildings.Templates.Plants.Controls.Types.Application Application Enumeration to specify the type of application
Buildings.Templates.Plants.Controls.Types.Actuator Actuator Enumeration to specify the type of actuator
Buildings.Templates.Plants.Controls.Types.EquipmentConnection EquipmentConnection Enumeration to specify the type of connection between equipment and primary loop

Types and constants

  type Application = enumeration(
    Cooling
      "Cooling system",
    Heating
      "Heating system")
    "Enumeration to specify the type of application";
  type Actuator = enumeration(
    Modulating
      "Modulating",
    TwoPosition
      "Two-position")
    "Enumeration to specify the type of actuator";
  type EquipmentConnection = enumeration(
    Parallel
      "Parallel piped",
    Series
      "Series piped")
    "Enumeration to specify the type of connection between equipment and primary loop";