Table of Contents

Class PhasePowerMeasurementData

Namespace
Loehnert.Lisrt.IO.Beckhoff.Channels
Assembly
Loehnert.Lisrt.IO.Beckhoff.dll

Represents single phase power measurement data.

public class PhasePowerMeasurementData : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
Inheritance
PropertyChangedBase
PhasePowerMeasurementData
Implements
INotifyPropertyChangedEx
Derived
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Properties

ActivePower

Gets the active power in W ("Wirkleistung").

public double ActivePower { get; }

Property Value

double

ApparentPower

Gets the apparent power in VA ("Scheinleistung").

public double ApparentPower { get; }

Property Value

double

CosPhi

Gets the cosine phi of the fundamental wave phase angle.

public double CosPhi { get; }

Property Value

double

Current

Gets the current in A.

public double Current { get; }

Property Value

double

CurrentZeroCrossing

Gets the time stamp of the latest current zero crossing as UTC.

public DateTime CurrentZeroCrossing { get; }

Property Value

DateTime

PowerFactor

Gets the power factor.

public double PowerFactor { get; }

Property Value

double

ReactivePower

Gets the reactive power in var ("Blindleistung").

public double ReactivePower { get; }

Property Value

double

Voltage

Gets the voltage in V.

public double Voltage { get; }

Property Value

double

VoltageZeroCrossing

Gets the time stamp of the latest voltage zero crossing as UTC.

public DateTime VoltageZeroCrossing { get; }

Property Value

DateTime