C# 클래스 openFLE.COMTRADELoader

Defines functions needed to load COMTRADE data sets for openFLE.
파일 보기 프로젝트 열기: GridProtectionAlliance/openXDA 1 사용 예제들

공개 메소드들

메소드 설명
PopulateDataSet ( FaultLocationDataSet faultDataSet, string>.Dictionary settings, Line line ) : void

Populate known voltage and current data from PQDIF file.

비공개 메소드들

메소드 설명
GetValue ( Parser parser, int>.IEnumerable indexes ) : double
GetValueIndex ( Schema schema, System.Xml.Linq.XElement channels, string channelName ) : int>>.IEnumerable
ValidateIndexes ( string channel, int>.IEnumerable indexes ) : void

메소드 상세

PopulateDataSet() 공개 정적인 메소드

Populate known voltage and current data from PQDIF file.
public static PopulateDataSet ( FaultLocationDataSet faultDataSet, string>.Dictionary settings, Line line ) : void
faultDataSet FaultAlgorithms.FaultLocationDataSet Fault data set to be populated.
settings string>.Dictionary Source parameters.
line Line Associated XML event file definition.
리턴 void