C# Class PowerCalculations.EventDetection.FrequencyExcursion

Inheritance: PhasorProtocolAdapters.CalculatedMeasurementBase
Datei anzeigen Open project: GridProtectionAlliance/gsf

Private Properties

Property Type Description
OutputFrequencyWarning void

Public Methods

Method Description
Initialize ( ) : void

Initializes the FrequencyExcursion 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
OutputFrequencyWarning ( System.DateTime timestamp, double delta, ExcursionType typeOfExcursion, double totalAmount ) : void

Method Details

Initialize() public method

Initializes the FrequencyExcursion 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