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

Class ConductorInfo

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

Conductor data.

Instance Methods [hide private]
 
__init__(self, usage='distribution', insulationMaterial='crosslinkedPolyethylene', insulated=False, insulationThickness=0.0, phaseCount=0, ConductorSegments=None, WireArrangements=None, *args, **kw_args)
Initialises a new 'ConductorInfo' instance.
 
addConductorSegments(self, *ConductorSegments)
 
addWireArrangements(self, *WireArrangements)
 
getConductorSegments(self)
All conductor segments described by this conductor data.
 
getWireArrangements(self)
All wire arrangements (single wires) that make this conductor.
 
removeConductorSegments(self, *ConductorSegments)
 
removeWireArrangements(self, *WireArrangements)
 
setConductorSegments(self, value)
 
setWireArrangements(self, value)

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 = {'insulated': <type 'bool'>, 'insulationMaterial...
  _attrs = ['usage', 'insulationMaterial', 'insulated', 'insulat...
  _defaults = {'insulated': False, 'insulationMaterial': 'crossl...
  _enums = {'insulationMaterial': 'ConductorInsulationKind', 'us...
  _many_refs = ['ConductorSegments', 'WireArrangements']
  _refs = ['ConductorSegments', 'WireArrangements']
Properties [hide private]
  ConductorSegments
All conductor segments described by this conductor data.
  WireArrangements
All wire arrangements (single wires) that make this conductor.

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, usage='distribution', insulationMaterial='crosslinkedPolyethylene', insulated=False, insulationThickness=0.0, phaseCount=0, ConductorSegments=None, WireArrangements=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ConductorInfo' instance.

Parameters:
  • usage - Usage of this conductor. Values are: "distribution", "secondary", "transmission", "other"
  • insulationMaterial - (if insulated conductor) Material used for insulation. Values are: "crosslinkedPolyethylene", "ozoneResistantRubber", "highMolecularWeightPolyethylene", "unbeltedPilc", "treeRetardantCrosslinkedPolyethylene", "butyl", "rubber", "asbestosAndVarnishedCambric", "beltedPilc", "varnishedDacronGlass", "other", "treeResistantHighMolecularWeightPolyethylene", "lowCapacitanceRubber", "varnishedCambricCloth", "highPressureFluidFilled", "ethylenePropyleneRubber", "siliconRubber", "oilPaper"
  • insulated - True if conductor is insulated.
  • insulationThickness - (if insulated conductor) Thickness of the insulation.
  • phaseCount - Number of phases (including neutral) to be retained. Any wires beyond this number should be reduced into the earth return.
  • ConductorSegments - All conductor segments described by this conductor data.
  • WireArrangements - All wire arrangements (single wires) that make this conductor.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'insulated': <type 'bool'>,
 'insulationMaterial': <type 'str'>,
 'insulationThickness': <type 'float'>,
 'phaseCount': <type 'int'>,
 'usage': <type 'str'>}

_attrs

Value:
['usage',
 'insulationMaterial',
 'insulated',
 'insulationThickness',
 'phaseCount']

_defaults

Value:
{'insulated': False,
 'insulationMaterial': 'crosslinkedPolyethylene',
 'insulationThickness': 0.0,
 'phaseCount': 0,
 'usage': 'distribution'}

_enums

Value:
{'insulationMaterial': 'ConductorInsulationKind',
 'usage': 'ConductorUsageKind'}

Property Details [hide private]

ConductorSegments

All conductor segments described by this conductor data.

Get Method:
getConductorSegments(self) - All conductor segments described by this conductor data.
Set Method:
setConductorSegments(self, value)

WireArrangements

All wire arrangements (single wires) that make this conductor.

Get Method:
getWireArrangements(self) - All wire arrangements (single wires) that make this conductor.
Set Method:
setWireArrangements(self, value)