C# 클래스 FaultAlgorithms.FaultLocationAlgorithms

Class containing algorithms for determining fault location based on fault data.
파일 보기 프로젝트 열기: GridProtectionAlliance/openXDA

공개 메소드들

메소드 설명
DoubleEnded ( FaultLocationDataSet localFaultDataSet, CycleData remoteFaultCycle, string parameters ) : ComplexNumber[]

Double-ended algorithm for calculating the distance to a fault that was found in the FaultLocationDataSet.

비공개 메소드들

메소드 설명
Eriksson ( FaultLocationDataSet faultDataSet, string parameters ) : double[]
GetDoubleEndedFaultCurrent ( CycleData cycle, FaultType faultType ) : ComplexNumber
GetDoubleEndedFaultVoltage ( CycleData cycle, FaultType faultType ) : ComplexNumber
GetFaultCurrent ( CycleData cycle, FaultType viFaultType ) : ComplexNumber
GetFaultVoltage ( CycleData cycle, FaultType viFaultType ) : ComplexNumber
GetNominalImpedance ( FaultLocationDataSet faultDataSet ) : ComplexNumber
IsNaN ( ComplexNumber num ) : bool
MinDistance ( double n ) : double
ModifiedTakagi ( FaultLocationDataSet faultDataSet, string parameters ) : double[]
Novosel ( FaultLocationDataSet faultDataSet, string parameters ) : double[]
Reactance ( FaultLocationDataSet faultDataSet, string parameters ) : double[]
Simple ( FaultLocationDataSet faultDataSet, string parameters ) : double[]
Takagi ( FaultLocationDataSet faultDataSet, string parameters ) : double[]

메소드 상세

DoubleEnded() 공개 정적인 메소드

Double-ended algorithm for calculating the distance to a fault that was found in the FaultLocationDataSet.
public static DoubleEnded ( FaultLocationDataSet localFaultDataSet, CycleData remoteFaultCycle, string parameters ) : ComplexNumber[]
localFaultDataSet FaultLocationDataSet The data set used to find the distance to the fault.
remoteFaultCycle CycleData The cycle of data from the remote station used in the double-ended distance algorithm.
parameters string Extra parameters to the algorithm.
리턴 ComplexNumber[]