__init__(self,
material=' acsr ' ,
rAC25=0.0,
sizeDescription='
' ,
rAC75=0.0,
radius=0.0,
coreRadius=0.0,
rAC50=0.0,
gmr=0.0,
rDC20=0.0,
ratedCurrent=0.0,
coreStrandCount=0,
strandCount=0,
WireArrangements=None,
ConcentricNeutralCableInfos=None,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'WireType' instance.
- Parameters:
material - Wire material. Values are: "acsr", "steel",
"aluminum", "copper", "other"
rAC25 - AC resistance per unit length of the conductor at 25 degrees C.
sizeDescription - Describes the wire guage or cross section (e.g., 4/0, #2, 336.5).
rAC75 - AC resistance per unit length of the conductor at 75 degrees C.
radius - Outside radius of the wire.
coreRadius - (if there is a different core material) Radius of the central
core.
rAC50 - AC resistance per unit length of the conductor at 50 degrees C.
gmr - Geometric Mean Radius. If we replace the conductor by a thin
walled tube of radius GMR, then its reactance is identical to the
reactance of the actual conductor.
rDC20 - DC resistance per unit length of the conductor at 20 degrees C.
ratedCurrent - Current carrying capacity of the wire under stated thermal
conditions.
coreStrandCount - (if used) Number of strands in the steel core.
strandCount - Number of strands in the wire.
WireArrangements - All wire arrangements using this wire type.
ConcentricNeutralCableInfos - All concentric neutral cables using this wire type.
- Overrides:
object.__init__
|