C# Class GSF.SELEventParser.AnalogSection

Afficher le fichier Open project: GridProtectionAlliance/gsf Class Usage Examples

Méthodes publiques

Méthode Description
AnalogSection ( ) : System
GetAnalogChannel ( string name ) : Channel
GetDigitalChannel ( string name ) : Channel
Parse ( System.DateTime eventTime, string lines, int &index ) : AnalogSection

Method Details

AnalogSection() public méthode

public AnalogSection ( ) : System
Résultat System

GetAnalogChannel() public méthode

public GetAnalogChannel ( string name ) : Channel
name string
Résultat Channel

GetDigitalChannel() public méthode

public GetDigitalChannel ( string name ) : Channel
name string
Résultat Channel

Parse() public static méthode

public static Parse ( System.DateTime eventTime, string lines, int &index ) : AnalogSection
eventTime System.DateTime
lines string
index int
Résultat AnalogSection