Package CIM15 :: Package CDPSM :: Package Asset :: Package IEC61968 :: Package AssetModels :: Module ConductorInfo' :: Class ConductorInfo
[hide private]
[frames] | no frames]

Class ConductorInfo

                                  object --+            
                                           |            
                            Element'.Element --+        
                                               |        
IEC61970.Core.IdentifiedObject'.IdentifiedObject --+    
                                                   |    
                         Assets.AssetInfo'.AssetInfo --+
                                                       |
                                                      ConductorInfo
Known Subclasses:

Conductor data.

Instance Methods [hide private]
 
__init__(self, usage='secondary', insulationThickness=0.0, insulated=False, insulationMaterial='treeRetardantCrosslinkedPolyethylene', phaseCount=0, WireArrangements=None, LineSegments=None, *args, **kw_args)
Initialises a new 'ConductorInfo' instance.
 
addLineSegments(self, *LineSegments)
 
addWireArrangements(self, *WireArrangements)
 
getLineSegments(self)
All line segments described by this conductor data.
 
getWireArrangements(self)
All wire arrangements (single wires) that make this conductor.
 
removeLineSegments(self, *LineSegments)
 
removeWireArrangements(self, *WireArrangements)
 
setLineSegments(self, value)
 
setWireArrangements(self, value)

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: addNames, getNames, removeNames, setNames

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _attr_types = {'insulated': <type 'bool'>, 'insulationMaterial...
  _attrs = ['usage', 'insulationThickness', 'insulated', 'insula...
  _defaults = {'insulated': False, 'insulationMaterial': 'treeRe...
  _enums = {'insulationMaterial': 'ConductorInsulationKind', 'us...
  _many_refs = ['WireArrangements', 'LineSegments']
  _refs = ['WireArrangements', 'LineSegments']
Properties [hide private]
  LineSegments
All line segments described by this conductor data.
  WireArrangements
All wire arrangements (single wires) that make this conductor.

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: Names

Inherited from object: __class__

Method Details [hide private]

__init__(self, usage='secondary', insulationThickness=0.0, insulated=False, insulationMaterial='treeRetardantCrosslinkedPolyethylene', phaseCount=0, WireArrangements=None, LineSegments=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ConductorInfo' instance.

Parameters:
  • usage - Usage of this conductor. Values are: "secondary", "other", "distribution", "transmission"
  • insulationThickness - (if insulated conductor) Thickness of the insulation.
  • insulated - True if conductor is insulated.
  • insulationMaterial - (if insulated conductor) Material used for insulation. Values are: "treeRetardantCrosslinkedPolyethylene", "butyl", "highPressureFluidFilled", "other", "varnishedCambricCloth", "siliconRubber", "beltedPilc", "crosslinkedPolyethylene", "oilPaper", "lowCapacitanceRubber", "asbestosAndVarnishedCambric", "treeResistantHighMolecularWeightPolyethylene", "unbeltedPilc", "ozoneResistantRubber", "ethylenePropyleneRubber", "highMolecularWeightPolyethylene", "varnishedDacronGlass", "rubber"
  • phaseCount - Number of phases (including neutral) to be retained. Any wires beyond this number should be reduced into the earth return.
  • WireArrangements - All wire arrangements (single wires) that make this conductor.
  • LineSegments - All line segments described by this conductor data.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'insulated': <type 'bool'>,
 'insulationMaterial': <type 'str'>,
 'insulationThickness': <type 'float'>,
 'phaseCount': <type 'int'>,
 'usage': <type 'str'>}

_attrs

Value:
['usage',
 'insulationThickness',
 'insulated',
 'insulationMaterial',
 'phaseCount']

_defaults

Value:
{'insulated': False,
 'insulationMaterial': 'treeRetardantCrosslinkedPolyethylene',
 'insulationThickness': 0.0,
 'phaseCount': 0,
 'usage': 'secondary'}

_enums

Value:
{'insulationMaterial': 'ConductorInsulationKind',
 'usage': 'ConductorUsageKind'}

Property Details [hide private]

LineSegments

All line segments described by this conductor data.

Get Method:
getLineSegments(self) - All line segments described by this conductor data.
Set Method:
setLineSegments(self, value)

WireArrangements

All wire arrangements (single wires) that make this conductor.

Get Method:
getWireArrangements(self) - All wire arrangements (single wires) that make this conductor.
Set Method:
setWireArrangements(self, value)