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

Class MountingConnection

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

A structure can have multiple connection points for electrical connections (e.g. line) each with multiple mounting points, one for each phase. e.g. a Tower may have three Connections, two with three mounting points, one for each phase and a third with a single mounting point for the neutral line. A pole, on the other hand, may have a single Connection with one, two or three mounting points depending on whether it is carrying 1,2 or 3 phases.A structure can have multiple connection points for electrical connections (e.g. line) each with multiple mounting points, one for each phase. e.g. a Tower may have three Connections, two with three mounting points, one for each phase and a third with a single mounting point for the neutral line. A pole, on the other hand, may have a single Connection with one, two or three mounting points depending on whether it is carrying 1,2 or 3 phases.

Instance Methods [hide private]
 
__init__(self, StructureInfos=None, MountingPoints=None, *args, **kw_args)
Initialises a new 'MountingConnection' instance.
 
addMountingPoints(self, *MountingPoints)
 
addStructureInfos(self, *StructureInfos)
 
getMountingPoints(self)
 
getStructureInfos(self)
 
removeMountingPoints(self, *MountingPoints)
 
removeStructureInfos(self, *StructureInfos)
 
setMountingPoints(self, value)
 
setStructureInfos(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 = {}
  _attrs = []
  _defaults = {}
  _many_refs = ['StructureInfos', 'MountingPoints']
  _refs = ['StructureInfos', 'MountingPoints']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  MountingPoints
  StructureInfos

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, StructureInfos=None, MountingPoints=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'MountingConnection' instance.

Parameters:
  • StructureInfos
  • MountingPoints
Overrides: object.__init__

Property Details [hide private]

MountingPoints

Get Method:
getMountingPoints(self)
Set Method:
setMountingPoints(self, value)

StructureInfos

Get Method:
getStructureInfos(self)
Set Method:
setStructureInfos(self, value)