Class TCableConstants

Unit

Declaration

type TCableConstants = class(TLineConstants)

Description

No description available, ancestor TLineConstants description follows

This class returns a matrix ordered by phases first then remaining conductors Assumes phases are defined first

Hierarchy

Overview

Fields

Protected FEpsR: pDoubleArray;
Protected FInsLayer: pDoubleArray;
Protected FDiaIns: pDoubleArray;
Protected FDiaCable: pDoubleArray;

Methods

Public function ConductorsInSameSpace(var ErrorMessage: String): Boolean; OVERRIDE;
Public procedure Kron(Norder: Integer); OVERRIDE;
Public constructor Create(NumConductors: Integer);
Public destructor Destroy; OVERRIDE;

Properties

Public property EpsR[i:Integer]: Double READ Get_EpsR WRITE Set_EpsR;
Public property InsLayer[i,units:Integer]: Double READ Get_InsLayer WRITE Set_InsLayer;
Public property DiaIns[i,units:Integer]: Double READ Get_DiaIns WRITE Set_DiaIns;
Public property DiaCable[i,units:Integer]: Double READ Get_DiaCable WRITE Set_DiaCable;

Description

Fields

Protected FEpsR: pDoubleArray;
 
Protected FInsLayer: pDoubleArray;
 
Protected FDiaIns: pDoubleArray;
 
Protected FDiaCable: pDoubleArray;
 

Methods

Public function ConductorsInSameSpace(var ErrorMessage: String): Boolean; OVERRIDE;
 
Public procedure Kron(Norder: Integer); OVERRIDE;
 
Public constructor Create(NumConductors: Integer);

don't reduce Y, it has zero neutral capacitance

Public destructor Destroy; OVERRIDE;
 

Properties

Public property EpsR[i:Integer]: Double READ Get_EpsR WRITE Set_EpsR;
 
Public property InsLayer[i,units:Integer]: Double READ Get_InsLayer WRITE Set_InsLayer;
 
Public property DiaIns[i,units:Integer]: Double READ Get_DiaIns WRITE Set_DiaIns;
 
Public property DiaCable[i,units:Integer]: Double READ Get_DiaCable WRITE Set_DiaCable;
 

Generated by PasDoc 0.16.0.