C# Class openFLE.COMTRADELoader

Defines functions needed to load COMTRADE data sets for openFLE.
Exibir arquivo Open project: GridProtectionAlliance/openXDA Class Usage Examples

Public Methods

Method Description
PopulateDataSet ( FaultLocationDataSet faultDataSet, string>.Dictionary settings, Line line ) : void

Populate known voltage and current data from PQDIF file.

Private Methods

Method Description
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

Method Details

PopulateDataSet() public static method

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.
return void