Table of Contents

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

bool

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

bool

L1Connection

Gets the phase to which phase L1 of the system under test is connected.

public Phase L1Connection { get; }

Property Value

Phase

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

bool

L2Connection

Gets the phase to which phase L2 of the system under test is connected.

public Phase L2Connection { get; }

Property Value

Phase

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

bool

L3Connection

Gets the phase to which phase L3 of the system under test is connected.

public Phase L3Connection { get; }

Property Value

Phase

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

bool

RotationDirectionIsClockwise

Gets a value indicating whether the rotation direction of the testing system is clockwise.

public bool RotationDirectionIsClockwise { get; }

Property Value

bool

RotationDirectionOfReferenceSystemIsClockwise

Gets a value indicating whether the rotation direction of the reference system is clockwise.

public bool RotationDirectionOfReferenceSystemIsClockwise { get; }

Property Value

bool