C# 클래스 PowerCalculations.PowerMultiCalculator.PowerMultiCalculatorAdapter

상속: GSF.TimeSeries.Adapters.ActionAdapterBase
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

Private Properties

프로퍼티 타입 설명
AddOutputMeasurement GSF.TimeSeries.Measurement
GetMeasurement GSF.TimeSeries.Measurement

공개 메소드들

메소드 설명
Initialize ( ) : void

Loads configuration from the database and configures adapter to run with that configuration

PowerMultiCalculatorAdapter ( ) : System

Creates the adapter

보호된 메소드들

메소드 설명
PublishFrame ( IFrame frame, int index ) : void

Calculates MW, MVAR and MVA then publishes those measurements

비공개 메소드들

메소드 설명
AddOutputMeasurement ( System.Guid signalID, HashSet outputMeasurements ) : Measurement
GetMeasurement ( System.Guid signalID ) : Measurement

메소드 상세

Initialize() 공개 메소드

Loads configuration from the database and configures adapter to run with that configuration
public Initialize ( ) : void
리턴 void

PowerMultiCalculatorAdapter() 공개 메소드

Creates the adapter
public PowerMultiCalculatorAdapter ( ) : System
리턴 System

PublishFrame() 보호된 메소드

Calculates MW, MVAR and MVA then publishes those measurements
protected PublishFrame ( IFrame frame, int index ) : void
frame IFrame Input values for calculation
index int Index of frame within second.
리턴 void