Package CIM14 :: 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 (i.e. switch or Terminal.connected status changes).

Instance Methods [hide private]
 
__init__(self, TopologicalNodes=None, AngleRef_TopologicalNode=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: getModelingAuthoritySet, setModelingAuthoritySet

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 = ['TopologicalNodes', 'AngleRef_TopologicalNode']

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

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'TopologicalIsland' instance.

Parameters:
  • TopologicalNodes - A topological node belongs to a topological island
  • 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.
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)