Class TMeterElement

Unit

Declaration

type TMeterElement = class(TDSSCktElement)

Description

No description available, ancestor TDSSCktElement description follows
No description available, ancestor TDSSObject description follows
No description available, ancestor TNamedObject description follows

this is a GUID compliant to RFC 4122, v4

Hierarchy

Overview

Fields

Public MeteredElement: TDSSCktElement;
Public MeteredTerminal: Integer;
Public MeteredElementChanged: Boolean;
Public SensorCurrent: pDoubleArray;
Public SensorVoltage: pDoubleArray;
Public PhsAllocationFactor: pDoubleArray;
Public CalculatedCurrent: pComplexArray;
Public CalculatedVoltage: pComplexArray;
Public AvgAllocFactor: Double;

Methods

Public constructor Create(ParClass: TDSSClass);
Public destructor Destroy; OVERRIDE;
Public procedure TakeSample; VIRTUAL;
Public procedure AllocateSensorArrays;
Public procedure CalcAllocationFactors;

Description

Fields

Public MeteredElement: TDSSCktElement;
 
Public MeteredTerminal: Integer;

Pointer to target circuit element

Public MeteredElementChanged: Boolean;
 
Public SensorCurrent: pDoubleArray;
 
Public SensorVoltage: pDoubleArray;
 
Public PhsAllocationFactor: pDoubleArray;
 
Public CalculatedCurrent: pComplexArray;
 
Public CalculatedVoltage: pComplexArray;
 
Public AvgAllocFactor: Double;
 

Methods

Public constructor Create(ParClass: TDSSClass);

Average Allocation Factor

Public destructor Destroy; OVERRIDE;
 
Public procedure TakeSample; VIRTUAL;
 
Public procedure AllocateSensorArrays;

Sample control quantities and set action times in Control Queue

Public procedure CalcAllocationFactors;
 

Generated by PasDoc 0.16.0.