__init__(self,
constructionKind=' sector ' ,
shieldMaterial=' steel ' ,
outerJacketKind=' polyethylene ' ,
isStrandFill=False,
diameterOverScreen=0.0,
diameterOverInsulation=0.0,
diameterOverJacket=0.0,
nominalTemperature=0.0,
diameterOverCore=0.0,
sheathAsNeutral=False,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'CableInfo' instance.
- Parameters:
constructionKind - Kind of construction of this cable. Values are:
"sector", "compressed",
"segmental", "solid", "stranded",
"compacted", "other"
shieldMaterial - Material of the shield. Values are: "steel",
"lead", "aluminum", "other",
"copper"
outerJacketKind - Kind of outer jacket of this cable. Values are:
"polyethylene", "pvc", "none",
"linearLowDensityPolyethylene", "other",
"insulating", "semiconducting"
isStrandFill - True if wire strands are extruded in a way to fill the voids in
the cable.
diameterOverScreen - Diameter over the outer screen; should be the shield's inside
diameter..
diameterOverInsulation - Diameter over the insulating layer, excluding outer screen.
diameterOverJacket - Diameter over the outermost jacketing layer.
nominalTemperature - Maximum nominal design operating temperature.
diameterOverCore - Diameter over the core, including any semi-con screen; should be
the insulating layer's inside diameter.
sheathAsNeutral - True if sheath / shield is used as a neutral (i.e., bonded).
- Overrides:
object.__init__
|