Class TCableDataObj

Unit

Declaration

type TCableDataObj = class(TConductorDataObj)

Description

No description available, ancestor TConductorDataObj 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 FEpsR: Double;
Public FInsLayer: Double;
Public FDiaIns: Double;
Public FDiaCable: Double;

Methods

Public constructor Create(ParClass: TDSSClass; const CableDataName: String);
Public destructor Destroy; OVERRIDE;
Public procedure PropertySideEffects(Idx: Integer; previousIntVal: Integer = 0); override;
Public procedure MakeLike(OtherObj: Pointer); override;

Properties

Public property EpsR: Double READ FEpsR;
Public property DiaIns: Double READ FDiaIns;
Public property DiaCable: Double READ FDiaCable;
Public property InsLayer: Double READ FInsLayer;

Description

Fields

Public FEpsR: Double;
 
Public FInsLayer: Double;

next 3 use parent RadiusUnits

Public FDiaIns: Double;
 
Public FDiaCable: Double;
 

Methods

Public constructor Create(ParClass: TDSSClass; const CableDataName: String);
 
Public destructor Destroy; OVERRIDE;
 
Public procedure PropertySideEffects(Idx: Integer; previousIntVal: Integer = 0); override;
 
Public procedure MakeLike(OtherObj: Pointer); override;
 

Properties

Public property EpsR: Double READ FEpsR;
 
Public property DiaIns: Double READ FDiaIns;
 
Public property DiaCable: Double READ FDiaCable;
 
Public property InsLayer: Double READ FInsLayer;
 

Generated by PasDoc 0.16.0.