C# Class FaultData.DataReaders.COMTRADEReader

Reads a COMTRADE file to produce a DataSets.MeterDataSet.
Inheritance: IDataReader, IDisposable
Mostrar archivo Open project: GridProtectionAlliance/openXDA

Private Properties

Property Type Description
ParseSeries FaultData.Database.Channel
ParseSeries FaultData.Database.Channel

Public Methods

Method Description
COMTRADEReader ( ) : System

Creates a new instance of the COMTRADEReader class.

CanParse ( string filePath, System.DateTime fileCreationTime ) : bool
Dispose ( ) : void
Parse ( string filePath ) : void

Private Methods

Method Description
ParseSeries ( AnalogChannel analogChannel ) : Channel
ParseSeries ( DigitalChannel digitalChannel ) : Channel

Method Details

COMTRADEReader() public method

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

CanParse() public method

public CanParse ( string filePath, System.DateTime fileCreationTime ) : bool
filePath string
fileCreationTime System.DateTime
return bool

Dispose() public method

public Dispose ( ) : void
return void

Parse() public method

public Parse ( string filePath ) : void
filePath string
return void