Class PhaseComparisonResult
- Namespace
- Loehnert.Lisrt.IO.Beckhoff.PhaseAnalysis
- Assembly
- Loehnert.Lisrt.IO.Beckhoff.dll
Represents the result of a phase comparison.
public class PhaseComparisonResult
- Inheritance
-
PhaseComparisonResult
- Inherited Members
Properties
IsGood
Gets a value indicating whether the testing system is in phase with the reference system and all phases of the testing system are powered.
public bool IsGood { get; }
Property Value
IsInPhase
Gets a value indicating whether all phases of the testing system are in phase with the reference system.
public bool IsInPhase { get; }
Property Value
L1Connection
Gets the phase to which phase L1 of the system under test is connected.
public Phase L1Connection { get; }
Property Value
L1IsPowered
Gets a value indicating whether the power of L1 the testing system is good. This means the voltage is in the expected range. See ExpectedVoltageInVolt and MaximumVoltageDifferenceInPercent.
public bool L1IsPowered { get; }
Property Value
L2Connection
Gets the phase to which phase L2 of the system under test is connected.
public Phase L2Connection { get; }
Property Value
L2IsPowered
Gets a value indicating whether the power of L2 the testing system is good. This means the voltage is in the expected range. See ExpectedVoltageInVolt and MaximumVoltageDifferenceInPercent.
public bool L2IsPowered { get; }
Property Value
L3Connection
Gets the phase to which phase L3 of the system under test is connected.
public Phase L3Connection { get; }
Property Value
L3IsPowered
Gets a value indicating whether the power of L1 the testing system is good. This means the voltage is in the expected range. See ExpectedVoltageInVolt and MaximumVoltageDifferenceInPercent.
public bool L3IsPowered { get; }
Property Value
RotationDirectionIsClockwise
Gets a value indicating whether the rotation direction of the testing system is clockwise.
public bool RotationDirectionIsClockwise { get; }
Property Value
RotationDirectionOfReferenceSystemIsClockwise
Gets a value indicating whether the rotation direction of the reference system is clockwise.
public bool RotationDirectionOfReferenceSystemIsClockwise { get; }