Package CIM15 :: Package CDPSM :: Package Asset :: 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.

Instance Methods [hide private]
 
__init__(self, diameterOverJacket=0.0, constructionKind='sector', shieldMaterial='lead', outerJacketKind='pvc', isStrandFill=False, diameterOverInsulation=0.0, diameterOverScreen=0.0, sheathAsNeutral=False, nominalTemperature=0.0, diameterOverCore=0.0, *args, **kw_args)
Initialises a new 'CableInfo' 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 = {'constructionKind': <type 'str'>, 'diameterOver...
  _attrs = ['diameterOverJacket', 'constructionKind', 'shieldMat...
  _defaults = {'constructionKind': 'sector', 'diameterOverCore':...
  _enums = {'constructionKind': 'CableConstructionKind', 'outerJ...
  _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, diameterOverJacket=0.0, constructionKind='sector', shieldMaterial='lead', outerJacketKind='pvc', isStrandFill=False, diameterOverInsulation=0.0, diameterOverScreen=0.0, sheathAsNeutral=False, nominalTemperature=0.0, diameterOverCore=0.0, *args, **kw_args)
(Constructor)

 

Initialises a new 'CableInfo' instance.

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

_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'}