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
- TObject
- TNamedObject
- TDSSObject
- TDSSCktElement
- TControlElem
- TInvControlObj
Overview
Methods
constructor Create(ParClass: TDSSClass; const InvControlName: Ansistring); |
|
destructor Destroy; OVERRIDE; |
|
procedure PropertySideEffects(Idx: Integer; previousIntVal: Integer = 0); override; |
|
procedure MakeLike(OtherPtr: Pointer); override; |
|
procedure MakePosSequence(); OVERRIDE; |
|
procedure RecalcElementData; OVERRIDE; |
|
procedure Sample; OVERRIDE; |
|
procedure DoPendingAction(const Code, ProxyHdl: Integer); OVERRIDE; |
|
procedure Reset; OVERRIDE; |
|
procedure CalcVoltWatt_pu(j: Integer); |
|
procedure CalcVoltVar_vars(j: Integer); |
|
procedure CalcDRC_vars(j: Integer); |
|
function CalcLPF(m: Integer; powertype: Ansistring; PVSys: TPVSystemObj): Double; |
|
function CalcRF(m: Integer; powertype: Ansistring; PVSys: TPVSystemObj): Double; |
|
function MakePVSystemList: Boolean; |
Properties
property PendingChange[DevIndex:Integer]: Integer READ Get_PendingChange WRITE Set_PendingChange; |
Description
Methods
constructor Create(ParClass: TDSSClass; const InvControlName: Ansistring); |
|
destructor Destroy; OVERRIDE; |
|
procedure PropertySideEffects(Idx: Integer; previousIntVal: Integer = 0); override; |
|
procedure MakeLike(OtherPtr: Pointer); override; |
|
procedure MakePosSequence(); OVERRIDE; |
|
procedure Set_Enabled(Value: Boolean); OVERRIDE; |
procedure RecalcElementData; OVERRIDE; |
|
Make a positive Sequence Model |
procedure Sample; OVERRIDE; |
|
Sample control quantities and set action times in Control Queue |
procedure DoPendingAction(const Code, ProxyHdl: Integer); OVERRIDE; |
|
Do the action that is pending from last sample |
procedure Reset; OVERRIDE; |
|
procedure CalcVoltWatt_pu(j: Integer); |
|
Reset to initial defined state |
procedure CalcVoltVar_vars(j: Integer); |
|
procedure CalcDRC_vars(j: Integer); |
|
function CalcLPF(m: Integer; powertype: Ansistring; PVSys: TPVSystemObj): Double; |
|
function CalcRF(m: Integer; powertype: Ansistring; PVSys: TPVSystemObj): Double; |
|
function MakePVSystemList: Boolean; |
|
Properties
property PendingChange[DevIndex:Integer]: Integer READ Get_PendingChange WRITE Set_PendingChange; |
|
Generated by PasDoc 0.16.0.