Class TCIMBankObject
Unit
Declaration
type TCIMBankObject = class(TNamedObject)
Description
No description available, ancestor TNamedObject description follows
this is a GUID compliant to RFC 4122, v4
Hierarchy
- TObject
- TNamedObject
- TCIMBankObject
Overview
Fields
vectorGroup: String; |
|
maxWindings: Integer; |
|
nWindings: Integer; |
|
connections: array of Integer; |
|
bAuto: Boolean; |
|
angles: array of Integer; |
|
phaseA: array of Integer; |
|
phaseB: array of Integer; |
|
phaseC: array of Integer; |
|
ground: array of Integer; |
|
pd_unit: TPDElement; |
Methods
constructor Create(MaxWdg: Integer); |
|
destructor Destroy; OVERRIDE; |
|
procedure AddTransformer(CE: TCIMExporter; pXf: TTransfObj); |
|
procedure AddAutoTransformer(CE: TCIMExporter; pAuto: TAutoTransObj); |
|
procedure BuildVectorGroup; |
Description
Fields
vectorGroup: String; |
|
maxWindings: Integer; |
|
nWindings: Integer; |
|
connections: array of Integer; |
|
bAuto: Boolean; |
|
angles: array of Integer; |
|
phaseA: array of Integer; |
|
phaseB: array of Integer; |
|
phaseC: array of Integer; |
|
ground: array of Integer; |
|
pd_unit: TPDElement; |
|
Methods
constructor Create(MaxWdg: Integer); |
|
save this for writing the bank coordinates |
destructor Destroy; OVERRIDE; |
|
procedure AddTransformer(CE: TCIMExporter; pXf: TTransfObj); |
|
procedure AddAutoTransformer(CE: TCIMExporter; pAuto: TAutoTransObj); |
|
procedure BuildVectorGroup; |
|
Generated by PasDoc 0.16.0.