Class PhasePowerMeasurementData
Represents single phase power measurement data.
public class PhasePowerMeasurementData : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBasePhasePowerMeasurementData
- Implements
-
INotifyPropertyChangedEx
- Derived
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
ActivePower
Gets the active power in W ("Wirkleistung").
public double ActivePower { get; }
Property Value
ApparentPower
Gets the apparent power in VA ("Scheinleistung").
public double ApparentPower { get; }
Property Value
CosPhi
Gets the cosine phi of the fundamental wave phase angle.
public double CosPhi { get; }
Property Value
Current
Gets the current in A.
public double Current { get; }
Property Value
CurrentZeroCrossing
Gets the time stamp of the latest current zero crossing as UTC.
public DateTime CurrentZeroCrossing { get; }
Property Value
PowerFactor
Gets the power factor.
public double PowerFactor { get; }
Property Value
ReactivePower
Gets the reactive power in var ("Blindleistung").
public double ReactivePower { get; }
Property Value
Voltage
Gets the voltage in V.
public double Voltage { get; }
Property Value
VoltageZeroCrossing
Gets the time stamp of the latest voltage zero crossing as UTC.
public DateTime VoltageZeroCrossing { get; }