C# Class PowerCalculations.EventDetection.LossOfField

Inheritance: PhasorProtocolAdapters.CalculatedMeasurementBase
Exibir arquivo Open project: GridProtectionAlliance/gsf

Private Properties

Property Type Description
OutputLOFWarning void

Public Methods

Method Description
Initialize ( ) : void

Initializes the LossOfField detector.

Protected Methods

Method Description
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.

Private Methods

Method Description
OutputLOFWarning ( double realPower, double reactivePower, double qAreamVar ) : void

Method Details

Initialize() public method

Initializes the LossOfField detector.
public Initialize ( ) : void
return void

PublishFrame() protected method

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.
return void