Package CIM14 :: 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, constructionKind='sector', shieldMaterial='steel', outerJacketKind='polyethylene', isStrandFill=False, diameterOverScreen=0.0, diameterOverInsulation=0.0, diameterOverJacket=0.0, nominalTemperature=0.0, diameterOverCore=0.0, sheathAsNeutral=False, *args, **kw_args)
Initialises a new 'CableInfo' instance.

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 = {'constructionKind': <type 'str'>, 'diameterOver...
  _attrs = ['constructionKind', 'shieldMaterial', 'outerJacketKi...
  _defaults = {'constructionKind': 'sector', 'diameterOverCore':...
  _enums = {'constructionKind': 'CableConstructionKind', 'outerJ...
  _many_refs = []
  _refs = []
Properties [hide private]

Inherited from ConductorInfo'.ConductorInfo: ConductorSegments, WireArrangements

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, constructionKind='sector', shieldMaterial='steel', outerJacketKind='polyethylene', isStrandFill=False, diameterOverScreen=0.0, diameterOverInsulation=0.0, diameterOverJacket=0.0, nominalTemperature=0.0, diameterOverCore=0.0, sheathAsNeutral=False, *args, **kw_args)
(Constructor)

 

Initialises a new 'CableInfo' instance.

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

_defaults

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

_enums

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