Class TVSConverterObj

Unit

Declaration

type TVSConverterObj = class(TPCElement)

Description

No description available, ancestor TPCElement 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 FaultName: String);
Public destructor Destroy; OVERRIDE;
Public procedure PropertySideEffects(Idx: Integer; previousIntVal: Integer = 0); override;
Public procedure MakeLike(OtherPtr: Pointer); override;
Public procedure RecalcElementData; OVERRIDE;
Public procedure CalcYPrim; OVERRIDE;
Public function InjCurrents: Integer; OVERRIDE;
Public procedure GetInjCurrents(Curr: pComplexArray);
Public procedure GetCurrents(Curr: pComplexArray); OVERRIDE;
Public procedure MakePosSequence(); OVERRIDE;

Description

Methods

Public constructor Create(ParClass: TDSSClass; const FaultName: String);

state memory for GetInjCurrents

Public destructor Destroy; OVERRIDE;
 
Public procedure PropertySideEffects(Idx: Integer; previousIntVal: Integer = 0); override;
 
Public procedure MakeLike(OtherPtr: Pointer); override;
 
Public procedure RecalcElementData; OVERRIDE;
 
Public procedure CalcYPrim; OVERRIDE;
 
Public function InjCurrents: Integer; OVERRIDE;

these three functions make it a PCElement

Public procedure GetInjCurrents(Curr: pComplexArray);
 
Public procedure GetCurrents(Curr: pComplexArray); OVERRIDE;
 
Public procedure MakePosSequence(); OVERRIDE;
 

Generated by PasDoc 0.16.0.