C# 클래스 PowerCalculations.ImpedanceCalculator

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Initialize ( ) : void

Initializes the ImpedanceCalculator monitor.

보호된 메소드들

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

메소드 상세

Initialize() 공개 메소드

Initializes the ImpedanceCalculator monitor.
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