Class TRecloserObj
Unit
Declaration
type TRecloserObj = 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
- TRecloserObj
Overview
Fields
NormalState: EControlAction; |
|
NormalStateSet: Boolean; |
|
RecloseIntervals: pdoubleArray; |
|
NumFast: Integer; |
|
NumReclose: Integer; |
|
MonitoredElementTerminal: Integer; |
|
PhaseTrip: Double; |
|
GroundTrip: Double; |
|
PhaseInst: Double; |
|
GroundInst: Double; |
Methods
constructor Create(ParClass: TDSSClass; const RecloserName: String); |
|
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; |
Properties
property PresentState: EControlAction read get_PresentState write set_PresentState; |
Description
Fields
NormalState: EControlAction; |
|
NormalStateSet: Boolean; |
|
RecloseIntervals: pdoubleArray; |
|
NumFast: Integer; |
|
TODO: make a fixed-size array |
NumReclose: Integer; |
|
TODO: make a fixed-size array |
MonitoredElementTerminal: Integer; |
|
PhaseTrip: Double; |
|
GroundTrip: Double; |
|
PhaseInst: Double; |
|
GroundInst: Double; |
|
Methods
constructor Create(ParClass: TDSSClass; const RecloserName: 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 PresentState: EControlAction read get_PresentState write set_PresentState; |
|
Reset to initial defined state |
Generated by PasDoc 0.16.0.