Class TInvControlObj

Unit

Declaration

type TInvControlObj = class(TControlElem)

Description

No description available, ancestor TControlElem description follows
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

Methods

Public constructor Create(ParClass: TDSSClass; const InvControlName: Ansistring);
Public destructor Destroy; OVERRIDE;
Public procedure PropertySideEffects(Idx: Integer; previousIntVal: Integer = 0); override;
Public procedure MakeLike(OtherPtr: Pointer); override;
Public procedure MakePosSequence(); OVERRIDE;
Public procedure RecalcElementData; OVERRIDE;
Public procedure Sample; OVERRIDE;
Public procedure DoPendingAction(const Code, ProxyHdl: Integer); OVERRIDE;
Public procedure Reset; OVERRIDE;
Public procedure CalcVoltWatt_pu(j: Integer);
Public procedure CalcVoltVar_vars(j: Integer);
Public procedure CalcDRC_vars(j: Integer);
Public function CalcLPF(m: Integer; powertype: Ansistring; PVSys: TPVSystemObj): Double;
Public function CalcRF(m: Integer; powertype: Ansistring; PVSys: TPVSystemObj): Double;
Public function MakePVSystemList: Boolean;

Properties

Public property PendingChange[DevIndex:Integer]: Integer READ Get_PendingChange WRITE Set_PendingChange;

Description

Methods

Public constructor Create(ParClass: TDSSClass; const InvControlName: Ansistring);
 
Public destructor Destroy; OVERRIDE;
 
Public procedure PropertySideEffects(Idx: Integer; previousIntVal: Integer = 0); override;
 
Public procedure MakeLike(OtherPtr: Pointer); override;
 
Public procedure MakePosSequence(); OVERRIDE;

procedure Set_Enabled(Value: Boolean); OVERRIDE;

Public procedure RecalcElementData; OVERRIDE;

Make a positive Sequence Model

Public procedure Sample; OVERRIDE;

Sample control quantities and set action times in Control Queue

Public procedure DoPendingAction(const Code, ProxyHdl: Integer); OVERRIDE;

Do the action that is pending from last sample

Public procedure Reset; OVERRIDE;
 
Public procedure CalcVoltWatt_pu(j: Integer);

Reset to initial defined state

Public procedure CalcVoltVar_vars(j: Integer);
 
Public procedure CalcDRC_vars(j: Integer);
 
Public function CalcLPF(m: Integer; powertype: Ansistring; PVSys: TPVSystemObj): Double;
 
Public function CalcRF(m: Integer; powertype: Ansistring; PVSys: TPVSystemObj): Double;
 
Public function MakePVSystemList: Boolean;
 

Properties

Public property PendingChange[DevIndex:Integer]: Integer READ Get_PendingChange WRITE Set_PendingChange;
 

Generated by PasDoc 0.16.0.