preheat_open.unit
unit.py
This module defines units and their auxiliary functions, including components, devices, and control settings.
- Classes:
UnitDescriptors NotFoundError ControlSetting ControlSettings ComponentData Component Device Unit
- Functions:
_standard_measurement_dict
Classes
|
Defines a component in the PreHEAT sense. |
|
Represents a control setting for a unit. |
|
Represents a collection of control settings. |
|
A device is a grouping of signals originating from a single physical data source (device), which is not linked to the building model. |
|
Defines a unit in the PreHEAT sense. |
|
Represents descriptors for a unit. |
Exceptions
Exception raised when a requested item is not found. |