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

Class WireArrangement

                                  object --+        
                                           |        
                            Element'.Element --+    
                                               |    
IEC61970.Core.IdentifiedObject'.IdentifiedObject --+
                                                   |
                                                  WireArrangement

Identification, spacing and configuration of the wires of a conductor, with reference to their type.Identification, spacing and configuration of the wires of a conductor, with reference to their type.

Instance Methods [hide private]
 
__init__(self, mountingPointY=0.0, mountingPointX=0.0, position=0, ConductorInfo=None, WireType=None, *args, **kw_args)
Initialises a new 'WireArrangement' instance.
 
getConductorInfo(self)
Conductor data this wire arrangement belongs to.
 
getWireType(self)
Wire type used for this wire arrangement.
 
setConductorInfo(self, value)
 
setWireType(self, value)

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 = {'mountingPointX': <type 'float'>, 'mountingPoin...
  _attrs = ['mountingPointY', 'mountingPointX', 'position']
  _defaults = {'mountingPointX': 0.0, 'mountingPointY': 0.0, 'po...
  _many_refs = []
  _refs = ['ConductorInfo', 'WireType']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  ConductorInfo
Conductor data this wire arrangement belongs to.
  WireType
Wire type used for this wire arrangement.

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: DiagramObjects, ModelingAuthoritySet, Names

Inherited from object: __class__

Method Details [hide private]

__init__(self, mountingPointY=0.0, mountingPointX=0.0, position=0, ConductorInfo=None, WireType=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'WireArrangement' instance.

Parameters:
  • mountingPointY - Height above ground of the first wire.
  • mountingPointX - Signed horizontal distance from the first wire to a common reference point.
  • position - Position number on the structure corresponding to this wire. For example, use 1..3 for phases and 4 for the neutral on a 3-phase structure. The individual phase assignments matter; for example, ABC will produce a different set of unbalanced line parameters, by phase, than BAC.
  • ConductorInfo - Conductor data this wire arrangement belongs to.
  • WireType - Wire type used for this wire arrangement.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'mountingPointX': <type 'float'>,
 'mountingPointY': <type 'float'>,
 'position': <type 'int'>}

_defaults

Value:
{'mountingPointX': 0.0, 'mountingPointY': 0.0, 'position': 0}

Property Details [hide private]

ConductorInfo

Conductor data this wire arrangement belongs to.

Get Method:
getConductorInfo(self) - Conductor data this wire arrangement belongs to.
Set Method:
setConductorInfo(self, value)

WireType

Wire type used for this wire arrangement.

Get Method:
getWireType(self) - Wire type used for this wire arrangement.
Set Method:
setWireType(self, value)