C# Class FaultData.DataReaders.SELEVEReader

Reads an SEL event file to produce a MeterDataSet.
Inheritance: IDataReader
Mostrar archivo Open project: GridProtectionAlliance/openXDA

Public Methods

Method Description
CanParse ( string filePath, System.DateTime fileCreationTime ) : bool

Determines whether the file can be parsed at this time.

Parse ( string filePath ) : void

Parses the file into a meter data set per meter contained in the file.

SELEVEReader ( ) : System

Creates a new instance of the SELEVEReader class.

Private Methods

Method Description
MakeParsedAnalog ( CommaSeparatedEventReport report, int channelIndex ) : Channel
MakeParsedAnalog ( EventReport report, int channelIndex ) : Channel
MakeParsedDigital ( CommaSeparatedEventReport report, int channelIndex ) : Channel
MakeParsedDigital ( EventReport report, int channelIndex ) : Channel

Method Details

CanParse() public method

Determines whether the file can be parsed at this time.
public CanParse ( string filePath, System.DateTime fileCreationTime ) : bool
filePath string The path to the file to be parsed.
fileCreationTime System.DateTime The time the file was created.
return bool

Parse() public method

Parses the file into a meter data set per meter contained in the file.
public Parse ( string filePath ) : void
filePath string The path to the file to be parsed.
return void

SELEVEReader() public method

Creates a new instance of the SELEVEReader class.
public SELEVEReader ( ) : System
return System