Class TFaultObj

Unit

Declaration

type TFaultObj = class(TPDElement)

Description

No description available, ancestor TPDElement 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

Protected G: Double;
Protected Gmatrix: pDoubleArray;
Protected Stddev: Double;
Protected SpecType: Integer;

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 procedure Randomize;
Public procedure CheckStatus(ControlMode: Integer);
Public procedure Reset;
Public procedure MakePosSequence(); OVERRIDE;
Public procedure DumpProperties(F: TFileStream; Complete: Boolean; Leaf: Boolean = False); OVERRIDE;

Description

Fields

Protected G: Double;
 
Protected Gmatrix: pDoubleArray;

single G per phase (line rating) if Gmatrix not specified

Protected Stddev: Double;

If not nil then overrides G

Protected SpecType: Integer;

per unit stddev

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 procedure Randomize;
 
Public procedure CheckStatus(ControlMode: Integer);
 
Public procedure Reset;
 
Public procedure MakePosSequence(); OVERRIDE;
 
Public procedure DumpProperties(F: TFileStream; Complete: Boolean; Leaf: Boolean = False); OVERRIDE;

Make a positive Sequence Model


Generated by PasDoc 0.16.0.