C# Класс PowerCalculations.ImpedanceCalculator

Наследование: PhasorProtocolAdapters.CalculatedMeasurementBase
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Initialize ( ) : void

Initializes the ImpedanceCalculator monitor.

Защищенные методы

Метод Описание
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.

Описание методов

Initialize() публичный Метод

Initializes the ImpedanceCalculator monitor.
public Initialize ( ) : void
Результат void

PublishFrame() защищенный Метод

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.
Результат void