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

Class ConcentricNeutralCableInfo

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

Concentric neutral cable data.

Instance Methods [hide private]
 
__init__(self, diameterOverNeutral=0.0, neutralStrandCount=0, *args, **kw_args)
Initialises a new 'ConcentricNeutralCableInfo' 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 = {'diameterOverNeutral': <type 'float'>, 'neutral...
  _attrs = ['diameterOverNeutral', 'neutralStrandCount']
  _defaults = {'diameterOverNeutral': 0.0, 'neutralStrandCount': 0}
  _enums = {}

Inherited from CableInfo'.CableInfo (private): _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, diameterOverNeutral=0.0, neutralStrandCount=0, *args, **kw_args)
(Constructor)

 

Initialises a new 'ConcentricNeutralCableInfo' instance.

Parameters:
  • diameterOverNeutral - Diameter over the concentric neutral strands.
  • neutralStrandCount - Number of concentric neutral strands.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'diameterOverNeutral': <type 'float'>,
 'neutralStrandCount': <type 'int'>}