C# Class FaultAlgorithms.FaultLocationDataSet

Represents a data set containing data about an event and the fault conditions that were detected when analyzing the data set.
Show file Open project: GridProtectionAlliance/openXDA Class Usage Examples

Public Methods

Method Description
CalculateSampleRates ( ) : void

Uses system frequency to calculate the sample rate for each set of MeasurementData in the voltage and current data sets.

FaultLocationDataSet ( ) : System.Collections.Generic

Creates a new instance of the FaultLocationDataSet class.

SetSampleRates ( int sampleRate ) : void

Sets the sample rate of the voltage and current data sets.

this ( string name ) : object

Gets or sets the value of the parameter with the given name.

Method Details

CalculateSampleRates() public method

Uses system frequency to calculate the sample rate for each set of MeasurementData in the voltage and current data sets.
public CalculateSampleRates ( ) : void
return void

FaultLocationDataSet() public method

Creates a new instance of the FaultLocationDataSet class.
public FaultLocationDataSet ( ) : System.Collections.Generic
return System.Collections.Generic

SetSampleRates() public method

Sets the sample rate of the voltage and current data sets.
public SetSampleRates ( int sampleRate ) : void
sampleRate int
return void

this() public method

Gets or sets the value of the parameter with the given name.
public this ( string name ) : object
name string The name of the parameter.
return object