Package CIM14 :: Package CPSM :: Package Topology :: Package Core :: Module BaseVoltage' :: Class BaseVoltage
[hide private]
[frames] | no frames]

Class BaseVoltage

                    object --+        
                             |        
              Element'.Element --+    
                                 |    
IdentifiedObject'.IdentifiedObject --+
                                     |
                                    BaseVoltage

Defines a nominal base voltage which is referenced in the system.

Instance Methods [hide private]
 
__init__(self, TopologicalNode=None, *args, **kw_args)
Initialises a new 'BaseVoltage' instance.
 
addTopologicalNode(self, *TopologicalNode)
 
getTopologicalNode(self)
The topological nodes at the base voltage.
 
removeTopologicalNode(self, *TopologicalNode)
 
setTopologicalNode(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 = ['TopologicalNode']
  _refs = ['TopologicalNode']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  TopologicalNode
The topological nodes at the base voltage.

Inherited from object: __class__

Method Details [hide private]

__init__(self, TopologicalNode=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'BaseVoltage' instance.

Parameters:
  • TopologicalNode - The topological nodes at the base voltage.
Overrides: object.__init__

Property Details [hide private]

TopologicalNode

The topological nodes at the base voltage.

Get Method:
getTopologicalNode(self) - The topological nodes at the base voltage.
Set Method:
setTopologicalNode(self, value)