C# 클래스 FaultAlgorithms.Conductor

Contains data for both the voltage and current on a conductor.
파일 보기 프로젝트 열기: GridProtectionAlliance/openXDA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
I Cycle
V Cycle

공개 메소드들

메소드 설명
Conductor ( )

Creates a new instance of the Conductor class.

Conductor ( int cycleIndex, int sampleRateDivisor, double frequency, MeasurementData voltageData, MeasurementData currentData )

Creates a new instance of the Conductor class.

메소드 상세

Conductor() 공개 메소드

Creates a new instance of the Conductor class.
public Conductor ( )

Conductor() 공개 메소드

Creates a new instance of the Conductor class.
public Conductor ( int cycleIndex, int sampleRateDivisor, double frequency, MeasurementData voltageData, MeasurementData currentData )
cycleIndex int The index of the cycle to be calculated.
sampleRateDivisor int The value to divide from the sample rate to determine the starting location of the cycle.
frequency double The frequency of the sine wave during this cycle.
voltageData MeasurementData The voltage data points.
currentData MeasurementData The current data points.

프로퍼티 상세

I 공개적으로 프로퍼티

One cycle of current data.
public Cycle,FaultAlgorithms I
리턴 Cycle

V 공개적으로 프로퍼티

One cycle of voltage data.
public Cycle,FaultAlgorithms V
리턴 Cycle