Class ThreePhasePowerMeasurementData
Represents three phase power measurement data.
public class ThreePhasePowerMeasurementData : INotifyPropertyChanged
- Inheritance
-
ThreePhasePowerMeasurementData
- Implements
- Derived
- Inherited Members
Properties
L1
Gets the L1 phase power measurement input.
public PhasePowerMeasurementData L1 { get; }
Property Value
L1ToL2Voltage
Gets the voltage from L1 to L2.
public double L1ToL2Voltage { get; }
Property Value
L2
Gets the L2 phase power measurement input.
public PhasePowerMeasurementData L2 { get; }
Property Value
L2ToL3Voltage
Gets the voltage from L2 to L3.
public double L2ToL3Voltage { get; }
Property Value
L3
Gets the L3 phase power measurement input.
public PhasePowerMeasurementData L3 { get; }
Property Value
L3ToL1Voltage
Gets the voltage from L3 and L1.
public double L3ToL1Voltage { get; }
Property Value
PhaseSequenceIsCorrect
Gets a value indicating whether the phase sequence (L1, L2, L3) is clockwise.
public bool PhaseSequenceIsCorrect { get; }
Property Value
Events
PropertyChanged
Occurs when a property value changes.
public event PropertyChangedEventHandler PropertyChanged