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::MultimeterData Struct Reference

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)
 

Detailed Description

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.

See also
Multimeter Power Formula

Definition at line 32 of file electricity_reduction.h.

Member Data Documentation

◆ average_current

double electricity_reduction::MultimeterData::average_current = 0.0

Definition at line 35 of file electricity_reduction.h.

◆ number_of_phases

int electricity_reduction::MultimeterData::number_of_phases = 1

Definition at line 33 of file electricity_reduction.h.

◆ power_factor

double electricity_reduction::MultimeterData::power_factor = 0.0

Definition at line 36 of file electricity_reduction.h.

◆ supply_voltage

double electricity_reduction::MultimeterData::supply_voltage = 0.0

Definition at line 34 of file electricity_reduction.h.


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