Package CIM15 :: Package IEC61968 :: Package AssetModels :: Module CableInfo' :: Class CableInfo
[hide private]
[frames] | no frames]

Class CableInfo

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

Cable data.Cable data.

Instance Methods [hide private]
 
__init__(self, outerJacketKind='pvc', sheathAsNeutral=False, isStrandFill=False, nominalTemperature=0.0, constructionKind='sector', diameterOverJacket=0.0, diameterOverInsulation=0.0, diameterOverScreen=0.0, shieldMaterial='lead', diameterOverCore=0.0, DuctBankInfo=None, *args, **kw_args)
Initialises a new 'CableInfo' instance.
 
getDuctBankInfo(self)
 
setDuctBankInfo(self, value)

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 = {'constructionKind': <type 'str'>, 'diameterOver...
  _attrs = ['outerJacketKind', 'sheathAsNeutral', 'isStrandFill'...
  _defaults = {'constructionKind': 'sector', 'diameterOverCore':...
  _enums = {'constructionKind': 'CableConstructionKind', 'outerJ...
  _many_refs = []
  _refs = ['DuctBankInfo']
Properties [hide private]
  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, outerJacketKind='pvc', sheathAsNeutral=False, isStrandFill=False, nominalTemperature=0.0, constructionKind='sector', diameterOverJacket=0.0, diameterOverInsulation=0.0, diameterOverScreen=0.0, shieldMaterial='lead', diameterOverCore=0.0, DuctBankInfo=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'CableInfo' instance.

Parameters:
  • outerJacketKind - Kind of outer jacket of this cable. Values are: "pvc", "linearLowDensityPolyethylene", "none", "insulating", "other", "polyethylene", "semiconducting"
  • sheathAsNeutral - True if sheath / shield is used as a neutral (i.e., bonded).
  • isStrandFill - True if wire strands are extruded in a way to fill the voids in the cable.
  • nominalTemperature - Maximum nominal design operating temperature.
  • constructionKind - Kind of construction of this cable. Values are: "sector", "other", "solid", "compacted", "stranded", "segmental", "compressed"
  • diameterOverJacket - Diameter over the outermost jacketing layer.
  • diameterOverInsulation - Diameter over the insulating layer, excluding outer screen.
  • diameterOverScreen - Diameter over the outer screen; should be the shield's inside diameter..
  • shieldMaterial - Material of the shield. Values are: "lead", "aluminum", "other", "copper", "steel"
  • diameterOverCore - Diameter over the core, including any semi-con screen; should be the insulating layer's inside diameter.
  • DuctBankInfo
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'constructionKind': <type 'str'>,
 'diameterOverCore': <type 'float'>,
 'diameterOverInsulation': <type 'float'>,
 'diameterOverJacket': <type 'float'>,
 'diameterOverScreen': <type 'float'>,
 'isStrandFill': <type 'bool'>,
 'nominalTemperature': <type 'float'>,
 'outerJacketKind': <type 'str'>,
...

_attrs

Value:
['outerJacketKind',
 'sheathAsNeutral',
 'isStrandFill',
 'nominalTemperature',
 'constructionKind',
 'diameterOverJacket',
 'diameterOverInsulation',
 'diameterOverScreen',
...

_defaults

Value:
{'constructionKind': 'sector',
 'diameterOverCore': 0.0,
 'diameterOverInsulation': 0.0,
 'diameterOverJacket': 0.0,
 'diameterOverScreen': 0.0,
 'isStrandFill': False,
 'nominalTemperature': 0.0,
 'outerJacketKind': 'pvc',
...

_enums

Value:
{'constructionKind': 'CableConstructionKind',
 'outerJacketKind': 'CableOuterJacketKind',
 'shieldMaterial': 'CableShieldMaterialKind'}

Property Details [hide private]

DuctBankInfo

Get Method:
getDuctBankInfo(self)
Set Method:
setDuctBankInfo(self, value)