|
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.
|
Input data for the multimeter measurement method. More...
#include <electricity_reduction.h>
Public Attributes | |
| int | number_of_phases = 1 |
| Number of electrical phases (1 or 3) | |
| double | supply_voltage = 0.0 |
| Supply voltage \([\unit{\volt}]\). | |
| double | average_current = 0.0 |
| Average current measured by the meter \([\unit{\ampere}]\). | |
| double | power_factor = 0.0 |
| Power factor of the load (dimensionless, 0–1) | |
Used when electrical power is measured with a clamp-on ammeter or multimeter. The supply voltage, average current, and power factor are combined with the number of phases to calculate total power draw.
Definition at line 32 of file electricity_reduction.h.
| double electricity_reduction::MultimeterData::average_current = 0.0 |
Definition at line 35 of file electricity_reduction.h.
| int electricity_reduction::MultimeterData::number_of_phases = 1 |
Definition at line 33 of file electricity_reduction.h.
| double electricity_reduction::MultimeterData::power_factor = 0.0 |
Definition at line 36 of file electricity_reduction.h.
| double electricity_reduction::MultimeterData::supply_voltage = 0.0 |
Definition at line 34 of file electricity_reduction.h.