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.
|
public FaultLocationDataSet ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public SetSampleRates ( int sampleRate ) : void | ||
sampleRate | int | |
return | void |
public this ( string name ) : object | ||
name | string | The name of the parameter. |
return | object |