C# Class PowerCalculations.AngleDifferenceCalculator

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Initialize ( ) : void

Initializes the AngleDifferenceCalculator calculator.

Méthodes protégées

Méthode Description
PublishFrame ( IFrame frame, int index ) : void

Calculates an angle difference.

Method Details

Initialize() public méthode

Initializes the AngleDifferenceCalculator calculator.
public Initialize ( ) : void
Résultat void

PublishFrame() protected méthode

Calculates an angle difference.
protected PublishFrame ( IFrame frame, int index ) : void
frame IFrame Single frame of measurement data within one second samples
index int Index of frame within the one second samples
Résultat void