__init__(self,
usage=' distribution ' ,
insulationMaterial=' crosslinkedPolyethylene ' ,
insulated=False,
insulationThickness=0.0,
phaseCount=0,
ConductorSegments=None,
WireArrangements=None,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'ConductorInfo' instance.
- Parameters:
usage - Usage of this conductor. Values are: "distribution",
"secondary", "transmission",
"other"
insulationMaterial - (if insulated conductor) Material used for insulation. Values
are: "crosslinkedPolyethylene",
"ozoneResistantRubber",
"highMolecularWeightPolyethylene",
"unbeltedPilc",
"treeRetardantCrosslinkedPolyethylene",
"butyl", "rubber",
"asbestosAndVarnishedCambric", "beltedPilc",
"varnishedDacronGlass", "other",
"treeResistantHighMolecularWeightPolyethylene",
"lowCapacitanceRubber",
"varnishedCambricCloth",
"highPressureFluidFilled",
"ethylenePropyleneRubber", "siliconRubber",
"oilPaper"
insulated - True if conductor is insulated.
insulationThickness - (if insulated conductor) Thickness of the insulation.
phaseCount - Number of phases (including neutral) to be retained. Any wires
beyond this number should be reduced into the earth return.
ConductorSegments - All conductor segments described by this conductor data.
WireArrangements - All wire arrangements (single wires) that make this conductor.
- Overrides:
object.__init__
|