Class PhasePowerMeasurementData
Represents single phase power measurement data.
public class PhasePowerMeasurementData : INotifyPropertyChanged
- Inheritance
-
PhasePowerMeasurementData
- Implements
- Derived
- Inherited Members
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
Remarks
Only supported by the EL3453 terminal.
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; }
Property Value
Events
PropertyChanged
Occurs when a property value changes.
public event PropertyChangedEventHandler PropertyChanged