Package CIM15 :: Package IEC61970 :: Package StateVariables :: Module TopologicalIsland' :: Class TopologicalIsland
[hide private]
[frames] | no frames]

Class TopologicalIsland

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

An electrically connected subset of the network. Topological islands can change as the current network state changes: e.g. due to - disconnect switches or breakers change state in a SCADA/EMS - manual creation, change or deletion of TopologicalNodes in a planning tool.An electrically connected subset of the network. Topological islands can change as the current network state changes: e.g. due to - disconnect switches or breakers change state in a SCADA/EMS - manual creation, change or deletion of TopologicalNodes in a planning tool.

Instance Methods [hide private]
 
__init__(self, AngleRef_TopologicalNode=None, TopologicalNodes=None, *args, **kw_args)
Initialises a new 'TopologicalIsland' instance.
 
addTopologicalNodes(self, *TopologicalNodes)
 
getAngleRef_TopologicalNode(self)
The angle reference for the island.
 
getTopologicalNodes(self)
A topological node belongs to a topological island
 
removeTopologicalNodes(self, *TopologicalNodes)
 
setAngleRef_TopologicalNode(self, value)
 
setTopologicalNodes(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 = ['TopologicalNodes']
  _refs = ['AngleRef_TopologicalNode', 'TopologicalNodes']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  AngleRef_TopologicalNode
The angle reference for the island.
  TopologicalNodes
A topological node belongs to a topological island

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, AngleRef_TopologicalNode=None, TopologicalNodes=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'TopologicalIsland' instance.

Parameters:
  • AngleRef_TopologicalNode - The angle reference for the island. Normally there is one TopologicalNode that is selected as the angle reference for each island. Other reference schemes exist, so the association is optional.
  • TopologicalNodes - A topological node belongs to a topological island
Overrides: object.__init__

getAngleRef_TopologicalNode(self)

 

The angle reference for the island. Normally there is one TopologicalNode that is selected as the angle reference for each island. Other reference schemes exist, so the association is optional.


Property Details [hide private]

AngleRef_TopologicalNode

The angle reference for the island. Normally there is one TopologicalNode that is selected as the angle reference for each island. Other reference schemes exist, so the association is optional.

Get Method:
getAngleRef_TopologicalNode(self) - The angle reference for the island.
Set Method:
setAngleRef_TopologicalNode(self, value)

TopologicalNodes

A topological node belongs to a topological island

Get Method:
getTopologicalNodes(self) - A topological node belongs to a topological island
Set Method:
setTopologicalNodes(self, value)