Package CIM14 :: Package IEC61968 :: Package AssetModels :: Module ConcentricNeutralCableInfo' :: Class ConcentricNeutralCableInfo
[hide private]
[frames] | no frames]

Class ConcentricNeutralCableInfo

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

Concentric neutral cable data.

Instance Methods [hide private]
 
__init__(self, diameterOverNeutral=0.0, neutralStrandCount=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 ConductorInfo'.ConductorInfo: addConductorSegments, addWireArrangements, getConductorSegments, getWireArrangements, removeConductorSegments, removeWireArrangements, setConductorSegments, setWireArrangements

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: getModelingAuthoritySet, setModelingAuthoritySet

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 = {}
  _refs = ['WireType']

Inherited from CableInfo'.CableInfo (private): _many_refs

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

Inherited from ConductorInfo'.ConductorInfo: ConductorSegments, WireArrangements

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

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'ConcentricNeutralCableInfo' instance.

Parameters:
  • diameterOverNeutral - Diameter over the concentric neutral strands.
  • neutralStrandCount - Number of 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)