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 : INotifyPropertyChanged
Inheritance
PhasePowerMeasurementData
Implements
Derived
Inherited Members

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

Remarks

Only supported by the EL3453 terminal.

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

Events

PropertyChanged

Occurs when a property value changes.

public event PropertyChangedEventHandler PropertyChanged

Event Type

PropertyChangedEventHandler