Table of Contents

Class ThreePhasePowerMeasurementData

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

Represents three phase power measurement data.

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

Properties

L1

Gets the L1 phase power measurement input.

public PhasePowerMeasurementData L1 { get; }

Property Value

PhasePowerMeasurementData

L1ToL2Voltage

Gets the voltage from L1 to L2.

public double L1ToL2Voltage { get; }

Property Value

double

L2

Gets the L2 phase power measurement input.

public PhasePowerMeasurementData L2 { get; }

Property Value

PhasePowerMeasurementData

L2ToL3Voltage

Gets the voltage from L2 to L3.

public double L2ToL3Voltage { get; }

Property Value

double

L3

Gets the L3 phase power measurement input.

public PhasePowerMeasurementData L3 { get; }

Property Value

PhasePowerMeasurementData

L3ToL1Voltage

Gets the voltage from L3 and L1.

public double L3ToL1Voltage { get; }

Property Value

double

PhaseSequenceIsCorrect

Gets a value indicating whether the phase sequence (L1, L2, L3) is clockwise.

public bool PhaseSequenceIsCorrect { get; }

Property Value

bool