C# 클래스 PowerCalculations.AngleDifferenceCalculator

상속: PhasorProtocolAdapters.CalculatedMeasurementBase
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Initialize ( ) : void

Initializes the AngleDifferenceCalculator calculator.

보호된 메소드들

메소드 설명
PublishFrame ( IFrame frame, int index ) : void

Calculates an angle difference.

메소드 상세

Initialize() 공개 메소드

Initializes the AngleDifferenceCalculator calculator.
public Initialize ( ) : void
리턴 void

PublishFrame() 보호된 메소드

Calculates an angle difference.
protected PublishFrame ( IFrame frame, int index ) : void
frame IFrame Single frame of measurement data within one second samples
index int Index of frame within the one second samples
리턴 void