Class TPVSystem2

Unit

Declaration

type TPVSystem2 = class(TPCClass)

Description

No description available, ancestor TPCClass description follows
No description available, ancestor TCktElementClass description follows
No description available, ancestor TDSSClass description follows

Base for all collection classes

Hierarchy

Overview

Fields

Protected cBuffer: TCBuffer24;
Public RegisterNames: array[1..NumPVSystem2Registers] of String;

Methods

Protected procedure DefineProperties; override;
Public constructor Create(dssContext: TDSSContext);
Public destructor Destroy; OVERRIDE;
Public function EndEdit(ptr: Pointer; const NumChanges: integer): Boolean; override;
Public Function NewObject(const ObjName: String; Activate: Boolean = True): Pointer; OVERRIDE;
Public procedure ResetRegistersAll;
Public procedure SampleAll();
Public procedure UpdateAll;

Description

Fields

Protected cBuffer: TCBuffer24;
 
Public RegisterNames: array[1..NumPVSystem2Registers] of String;
 

Methods

Protected procedure DefineProperties; override;

Temp buffer for calcs 24-phase PVSystem element?

Public constructor Create(dssContext: TDSSContext);
 
Public destructor Destroy; OVERRIDE;
 
Public function EndEdit(ptr: Pointer; const NumChanges: integer): Boolean; override;
 
Public Function NewObject(const ObjName: String; Activate: Boolean = True): Pointer; OVERRIDE;
 
Public procedure ResetRegistersAll;
 
Public procedure SampleAll();
 
Public procedure UpdateAll;
 

Generated by PasDoc 0.16.0.