C# Class FaultAlgorithms.XmlFaultResultsWriter

Writes the results of fault analysis to an XML file.
Inheritance: FaultResultsWriterBase
Afficher le fichier Open project: GridProtectionAlliance/openXDA

Méthodes publiques

Méthode Description
LoadSettings ( ) : void

Loads saved FaultResultsWriterBase settings from the config file if the P:GSF.Adapters.Adapter.PersistSettings property is set to true.

SaveSettings ( ) : void

Saves FaultResultsWriterBase settings to the config file if the P:GSF.Adapters.Adapter.PersistSettings property is set to true.

WriteResults ( Device disturbanceRecorder, ICollection disturbanceFiles, FaultLocationDataSet>.ICollection lineDataSets ) : void

Writes the results to the output source.

Method Details

LoadSettings() public méthode

Loads saved FaultResultsWriterBase settings from the config file if the P:GSF.Adapters.Adapter.PersistSettings property is set to true.
has a value of null or empty string.
public LoadSettings ( ) : void
Résultat void

SaveSettings() public méthode

Saves FaultResultsWriterBase settings to the config file if the P:GSF.Adapters.Adapter.PersistSettings property is set to true.
has a value of null or empty string.
public SaveSettings ( ) : void
Résultat void

WriteResults() public méthode

Writes the results to the output source.
public WriteResults ( Device disturbanceRecorder, ICollection disturbanceFiles, FaultLocationDataSet>.ICollection lineDataSets ) : void
disturbanceRecorder Device The device that collected the disturbance data.
disturbanceFiles ICollection Information about the data files collected during the disturbance.
lineDataSets FaultLocationDataSet>.ICollection The data sets used for analysis to determine fault location.
Résultat void