Class TCapControlObj
Unit
CapControl
Declaration
type TCapControlObj = 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
Properties
Description
Methods
|
procedure Set_Enabled(Value: Boolean); OVERRIDE; |
|
|
constructor Create(ParClass: TDSSClass; const CapControlName: String); |
|
|
destructor Destroy; OVERRIDE; |
|
|
procedure PropertySideEffects(Idx: Integer; previousIntVal: Integer = 0); override; |
|
|
procedure MakeLike(OtherPtr: Pointer); override; |
|
|
procedure MakePosSequence(); OVERRIDE; |
|
|
procedure RecalcElementData; OVERRIDE; |
Make a positive Sequence Model
|
|
procedure Sample; OVERRIDE; |
|
|
procedure DoPendingAction(const Code, ProxyHdl: Integer); OVERRIDE; |
Sample control quantities and set action times in Control Queue
|
|
procedure Reset; OVERRIDE; |
Do the action that is pending from last sample
|
Properties
|
property This_Capacitor: TCapacitorObj READ Get_Capacitor; |
Reset to initial defined state
|
|
property PendingChange: EControlAction READ Get_PendingChange WRITE Set_PendingChange; |
Pointer to controlled Capacitor
|
|
property CapControlType: ECapControlType READ ControlType WRITE ControlType; |
for CIM export, which doesn't yet use the delays, CT, PT, and voltage override
|
|
property OnValue: Double READ ControlVars.ON_Value; |
|
|
property OffValue: Double READ ControlVars.OFF_Value; |
|
|
property PFOnValue: Double READ ControlVars.PFON_Value; |
|
|
property PFOffValue: Double READ ControlVars.PFOFF_Value; |
|
|
property PTRatioVal: Double READ ControlVars.PTratio; |
|
|
property CTRatioVal: Double READ ControlVars.CTratio; |
|
|
property OnDelayVal: Double READ ControlVars.OnDelay; |
|
|
property OffDelayVal: Double READ ControlVars.OffDelay; |
|
|
property VminVal: Double READ ControlVars.Vmin; |
|
|
property VmaxVal: Double READ ControlVars.Vmax; |
|
|
property UseVoltageOverride: LongBool READ ControlVars.Voverride; |
|
|
property DeadTimeVal: Double READ ControlVars.DeadTime; |
|
|
property PTPhase: Integer READ ControlVars.FPTPhase; |
|
Generated by PasDoc 0.16.0.