C# Class PowerCalculations.EventDetection.FrequencyExcursion

Inheritance: PhasorProtocolAdapters.CalculatedMeasurementBase
Afficher le fichier Open project: GridProtectionAlliance/gsf

Private Properties

Свойство Type Description
OutputFrequencyWarning void

Méthodes publiques

Méthode Description
Initialize ( ) : void

Initializes the FrequencyExcursion detector.

Méthodes protégées

Méthode 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

Méthode Description
OutputFrequencyWarning ( System.DateTime timestamp, double delta, ExcursionType typeOfExcursion, double totalAmount ) : void

Method Details

Initialize() public méthode

Initializes the FrequencyExcursion detector.
public Initialize ( ) : void
Résultat void

PublishFrame() protected méthode

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.
Résultat void