C# Class PowerCalculations.ImpedanceCalculator

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

Private Properties

Property Type Description

Public Methods

Method Description
Initialize ( ) : void

Initializes the ImpedanceCalculator monitor.

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.

Method Details

Initialize() public method

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