Package CIM14 :: 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.

Instance Methods [hide private]
 
__init__(self, position=0, mountingPointX=0.0, mountingPointY=0.0, WireType=None, ConductorInfo=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: getModelingAuthoritySet, setModelingAuthoritySet

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

Inherited from Element'.Element (private): _enums, _many_refs

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: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'WireArrangement' instance.

Parameters:
  • 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.
  • mountingPointX - Signed horizontal distance from the first wire to a common reference point.
  • mountingPointY - Height above ground of the first wire.
  • WireType - Wire type used for this wire arrangement.
  • ConductorInfo - Conductor data this wire arrangement belongs to.
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)