Class TVCCSObj

Unit

Declaration

type TVCCSObj = 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

Fields

Public Ppct: Double;
Public Prated: Double;
Public Vrated: Double;

Methods

Protected function Get_Variable(i: Integer): Double; OVERRIDE;
Protected procedure Set_Variable(i: Integer; Value: Double); OVERRIDE;
Public constructor Create(ParClass: TDSSClass; const SourceName: 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 procedure MakePosSequence(); OVERRIDE;
Public function InjCurrents: Integer; OVERRIDE;
Public procedure GetCurrents(Curr: pComplexArray); OVERRIDE;
Public procedure InitStateVars; OVERRIDE;
Public procedure IntegrateStates; OVERRIDE;
Public function NumVariables: Integer; OVERRIDE;
Public procedure GetAllVariables(States: pDoubleArray); OVERRIDE;
Public function VariableName(i: Integer): String; OVERRIDE;

Description

Fields

Public Ppct: Double;
 
Public Prated: Double;
 
Public Vrated: Double;
 

Methods

Protected function Get_Variable(i: Integer): Double; OVERRIDE;
 
Protected procedure Set_Variable(i: Integer; Value: Double); OVERRIDE;
 
Public constructor Create(ParClass: TDSSClass; const SourceName: 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 procedure MakePosSequence(); OVERRIDE;
 
Public function InjCurrents: Integer; OVERRIDE;

Make a positive Sequence Model

Public procedure GetCurrents(Curr: pComplexArray); OVERRIDE;
 
Public procedure InitStateVars; OVERRIDE;

Support for Dynamics Mode

Public procedure IntegrateStates; OVERRIDE;
 
Public function NumVariables: Integer; OVERRIDE;
 
Public procedure GetAllVariables(States: pDoubleArray); OVERRIDE;
 
Public function VariableName(i: Integer): String; OVERRIDE;
 

Generated by PasDoc 0.16.0.