typeSignalsForKPIs
Signals used for the calculation of key performance indicators
Information
This enumeration defines the signal types that are used by BOPTEST to compute the key performance indices (KPI).
The following signal types are supported.
| Value | Description |
|---|---|
None |
Not used for KPI |
AirZoneTemperature |
Air zone temperature |
RadiativeZoneTemperature |
Radiative zone temperature |
OperativeZoneTemperature |
Operative zone temperature |
RelativeHumidity |
Relative humidity |
CO2Concentration |
CO2 concentration |
ElectricPower |
Electric power from grid |
DistrictHeatingPower |
Thermal power from district heating |
GasPower |
Thermal power from natural gas |
BiomassPower |
Thermal power from biomass |
SolarThermalPower |
Thermal power from solar thermal |
FreshWaterFlowRate |
FreshWaterFlowRate |
Literals
| Name | Description |
|---|---|
| None | Not used for KPI |
| AirZoneTemperature | Air zone temperature |
| RadiativeZoneTemperature | Radiative zone temperature |
| OperativeZoneTemperature | Operative zone temperature |
| RelativeHumidity | Relative humidity |
| CO2Concentration | CO2 concentration |
| ElectricPower | Electric power from grid |
| DistrictHeatingPower | Thermal power from district heating |
| GasPower | Thermal power from natural gas |
| BiomassPower | Thermal power from biomass |
| SolarThermalPower | Thermal power from solar thermal |
| FreshWaterFlowRate | FreshWaterFlowRate |
Revisions
-
July 17, 2019, by Michael Wetter:
Added documentation. -
April 10, 2019, by Javier Arroyo:
First implementation.