Package CIM14 :: Package CPSM :: Package StateVariables :: Package StateVariables :: Module TopologicalIsland' :: Class TopologicalIsland
[hide private]
[frames] | no frames]

Class TopologicalIsland

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

An electrically connected subset of the network. Topological islands can change as the current network state changes (i.e. switch or Terminal.connected status changes).

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 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 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)