Package CIM15 :: 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.Concentric neutral cable data.

Instance Methods [hide private]
 
__init__(self, neutralStrandCount=0, diameterOverNeutral=0.0, WireType=None, *args, **kw_args)
Initialises a new 'ConcentricNeutralCableInfo' instance.
 
getWireType(self)
Wire type used for this concentric neutral cable.
 
setWireType(self, value)

Inherited from CableInfo'.CableInfo: getDuctBankInfo, setDuctBankInfo

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

Inherited from Assets.AssetInfo'.AssetInfo: getAssetModel, getAssets, getDimensionsInfo, setAssetModel, setAssets, setDimensionsInfo

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: addDiagramObjects, addNames, getDiagramObjects, getModelingAuthoritySet, getNames, removeDiagramObjects, removeNames, setDiagramObjects, setModelingAuthoritySet, 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 = ['neutralStrandCount', 'diameterOverNeutral']
  _defaults = {'diameterOverNeutral': 0.0, 'neutralStrandCount': 0}
  _enums = {}
  _refs = ['WireType']

Inherited from CableInfo'.CableInfo (private): _many_refs

Properties [hide private]
  WireType
Wire type used for this concentric neutral cable.

Inherited from CableInfo'.CableInfo: DuctBankInfo

Inherited from ConductorInfo'.ConductorInfo: LineSegments, WireArrangements

Inherited from Assets.AssetInfo'.AssetInfo: AssetModel, Assets, DimensionsInfo

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: DiagramObjects, ModelingAuthoritySet, Names

Inherited from object: __class__

Method Details [hide private]

__init__(self, neutralStrandCount=0, diameterOverNeutral=0.0, WireType=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ConcentricNeutralCableInfo' instance.

Parameters:
  • neutralStrandCount - Number of concentric neutral strands.
  • diameterOverNeutral - Diameter over the concentric neutral strands.
  • WireType - Wire type used for this concentric neutral cable.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

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

Property Details [hide private]

WireType

Wire type used for this concentric neutral cable.

Get Method:
getWireType(self) - Wire type used for this concentric neutral cable.
Set Method:
setWireType(self, value)