Method | 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 ( |
Writes the results to the output source.
|
public WriteResults ( |
||
disturbanceRecorder | 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. |
return | void |