C# 클래스 PowerCalculations.EventDetection.FrequencyExcursion

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

Private Properties

프로퍼티 타입 설명
OutputFrequencyWarning void

공개 메소드들

메소드 설명
Initialize ( ) : void

Initializes the FrequencyExcursion detector.

보호된 메소드들

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

Publishes the IFrame of time-aligned collection of IMeasurement values that arrived within the adapter's defined ConcentratorBase.LagTime.

비공개 메소드들

메소드 설명
OutputFrequencyWarning ( System.DateTime timestamp, double delta, ExcursionType typeOfExcursion, double totalAmount ) : void

메소드 상세

Initialize() 공개 메소드

Initializes the FrequencyExcursion detector.
public Initialize ( ) : void
리턴 void

PublishFrame() 보호된 메소드

Publishes the IFrame of time-aligned collection of IMeasurement values that arrived within the adapter's defined ConcentratorBase.LagTime.
protected PublishFrame ( IFrame frame, int index ) : void
frame IFrame of measurements with the same timestamp that arrived within that are ready for processing.
index int Index of within a second ranging from zero to - 1.
리턴 void