C# 클래스 FaultAlgorithms.FaultLocationDataSet

Represents a data set containing data about an event and the fault conditions that were detected when analyzing the data set.
파일 보기 프로젝트 열기: GridProtectionAlliance/openXDA 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

CalculateSampleRates() 공개 메소드

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

FaultLocationDataSet() 공개 메소드

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

SetSampleRates() 공개 메소드

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

this() 공개 메소드

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