MEASUR-Tools-Suite v1.0.11
The MEASUR Tools Suite is a collection of industrial efficiency calculations written in C++ and with bindings for compilation to WebAssembly.
Loading...
Searching...
No Matches
Public Attributes | List of all members
electricity_reduction::PowerMeterData Struct Reference

Input data for the power meter measurement method. More...

#include <electricity_reduction.h>

Public Attributes

double power = 0.0
 Direct power reading from the power meter \([\unit{\kilo\watt}]\).
 

Detailed Description

Used when a power meter provides a direct reading of the electrical power drawn by the load. The power reading is combined with operating hours to calculate annual energy use.

See also
Power Meter Energy Use Formula

Definition at line 66 of file electricity_reduction.h.

Member Data Documentation

◆ power

double electricity_reduction::PowerMeterData::power = 0.0

Definition at line 67 of file electricity_reduction.h.


The documentation for this struct was generated from the following file: