Package CIM14 :: Package CDPSM :: Package GIS_Connectivity :: Package IEC61968 :: Package AssetModels :: Module CableInfo' :: Class CableInfo
[hide private]
[frames] | no frames]

Class CableInfo

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

Cable data.

Instance Methods [hide private]
 
__init__(self, nominalTemperature=0.0, diameterOverScreen=0.0, sheathAsNeutral=False, diameterOverJacket=0.0, diameterOverCore=0.0, constructionKind='solid', outerJacketKind='insulating', isStrandFill=False, shieldMaterial='other', diameterOverInsulation=0.0, *args, **kw_args)
Initialises a new 'CableInfo' instance.

Inherited from ConductorInfo'.ConductorInfo: addConductorSegments, addWireArrangements, getConductorSegments, getWireArrangements, removeConductorSegments, removeWireArrangements, setConductorSegments, setWireArrangements

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 = ['nominalTemperature', 'diameterOverScreen', 'sheathA...
  _defaults = {'constructionKind': 'solid', 'diameterOverCore': ...
  _enums = {'constructionKind': 'CableConstructionKind', 'outerJ...
  _many_refs = []
  _refs = []
Properties [hide private]

Inherited from ConductorInfo'.ConductorInfo: ConductorSegments, WireArrangements

Inherited from object: __class__

Method Details [hide private]

__init__(self, nominalTemperature=0.0, diameterOverScreen=0.0, sheathAsNeutral=False, diameterOverJacket=0.0, diameterOverCore=0.0, constructionKind='solid', outerJacketKind='insulating', isStrandFill=False, shieldMaterial='other', diameterOverInsulation=0.0, *args, **kw_args)
(Constructor)

 

Initialises a new 'CableInfo' instance.

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

_defaults

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

_enums

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