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

Class OverheadConductorInfo

                                  object --+                
                                           |                
                            Element'.Element --+            
                                               |            
IEC61970.Core.IdentifiedObject'.IdentifiedObject --+        
                                                   |        
                         Assets.AssetInfo'.AssetInfo --+    
                                                       |    
                            ConductorInfo'.ConductorInfo --+
                                                           |
                                                          OverheadConductorInfo

Overhead conductor data.

Instance Methods [hide private]
 
__init__(self, neutralInsulationThickness=0.0, phaseConductorSpacing=0.0, phaseConductorCount=0, *args, **kw_args)
Initialises a new 'OverheadConductorInfo' instance.

Inherited from ConductorInfo'.ConductorInfo: addLineSegments, addWireArrangements, getLineSegments, getWireArrangements, removeLineSegments, removeWireArrangements, setLineSegments, setWireArrangements

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 = {'neutralInsulationThickness': <type 'float'>, '...
  _attrs = ['neutralInsulationThickness', 'phaseConductorSpacing...
  _defaults = {'neutralInsulationThickness': 0.0, 'phaseConducto...
  _enums = {}
  _many_refs = []
  _refs = []
Properties [hide private]

Inherited from ConductorInfo'.ConductorInfo: LineSegments, WireArrangements

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, neutralInsulationThickness=0.0, phaseConductorSpacing=0.0, phaseConductorCount=0, *args, **kw_args)
(Constructor)

 

Initialises a new 'OverheadConductorInfo' instance.

Parameters:
  • neutralInsulationThickness - (if applicable) Insulation thickness of the neutral conductor.
  • phaseConductorSpacing - Distance between conductor strands in a symmetrical bundle.
  • phaseConductorCount - Number of conductor strands in the symmetrical bundle (1-12).
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'neutralInsulationThickness': <type 'float'>,
 'phaseConductorCount': <type 'int'>,
 'phaseConductorSpacing': <type 'float'>}

_attrs

Value:
['neutralInsulationThickness',
 'phaseConductorSpacing',
 'phaseConductorCount']

_defaults

Value:
{'neutralInsulationThickness': 0.0,
 'phaseConductorCount': 0,
 'phaseConductorSpacing': 0.0}