Package CIM15 :: Package IEC61970 :: Package Informative :: Package InfAssets :: Module MountingPoint' :: Class MountingPoint
[hide private]
[frames] | no frames]

Class MountingPoint

                         object --+        
                                  |        
                   Element'.Element --+    
                                      |    
Core.IdentifiedObject'.IdentifiedObject --+
                                          |
                                         MountingPoint

Point on a structure that a connection may have a conductor connected to. Defined with an x and y coordinate plus a phase. A connection may have multiple mounting points, one for each phase.Point on a structure that a connection may have a conductor connected to. Defined with an x and y coordinate plus a phase. A connection may have multiple mounting points, one for each phase.

Instance Methods [hide private]
 
__init__(self, xCoord=0, phaseCode='s12N', yCoord=0, Connections=None, OverheadConductors=None, *args, **kw_args)
Initialises a new 'MountingPoint' instance.
 
addConnections(self, *Connections)
 
addOverheadConductors(self, *OverheadConductors)
 
getConnections(self)
 
getOverheadConductors(self)
 
removeConnections(self, *Connections)
 
removeOverheadConductors(self, *OverheadConductors)
 
setConnections(self, value)
 
setOverheadConductors(self, value)

Inherited from 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 = {'phaseCode': <type 'str'>, 'xCoord': <type 'int...
  _attrs = ['xCoord', 'phaseCode', 'yCoord']
  _defaults = {'phaseCode': 's12N', 'xCoord': 0, 'yCoord': 0}
  _enums = {'phaseCode': 'PhaseCode'}
  _many_refs = ['Connections', 'OverheadConductors']
  _refs = ['Connections', 'OverheadConductors']
Properties [hide private]
  Connections
  OverheadConductors

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, xCoord=0, phaseCode='s12N', yCoord=0, Connections=None, OverheadConductors=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'MountingPoint' instance.

Parameters:
  • xCoord
  • phaseCode - Values are: "s12N", "BN", "BC", "ABN", "s2N", "N", "ACN", "BCN", "ABCN", "AC", "s1N", "AN", "B", "AB", "C", "A", "CN", "ABC"
  • yCoord
  • Connections
  • OverheadConductors
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'phaseCode': <type 'str'>,
 'xCoord': <type 'int'>,
 'yCoord': <type 'int'>}

Property Details [hide private]

Connections

Get Method:
getConnections(self)
Set Method:
setConnections(self, value)

OverheadConductors

Get Method:
getOverheadConductors(self)
Set Method:
setOverheadConductors(self, value)