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.
Afficher le fichier Open project: GridProtectionAlliance/openXDA Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

FaultLocationDataSet() public méthode

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

SetSampleRates() public méthode

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

this() public méthode

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