Package CIM15 :: Package IEC61970 :: Package Wires :: Module RatioTapChangerTabular' :: Class RatioTapChangerTabular
[hide private]
[frames] | no frames]

Class RatioTapChangerTabular

      object --+    
               |    
Element'.Element --+
                   |
                  RatioTapChangerTabular

With RatioTapChangerTabular it is possible to describe curve how the voltage magnitude and reactance varies with the tap step.With RatioTapChangerTabular it is possible to describe curve how the voltage magnitude and reactance varies with the tap step.

Instance Methods [hide private]
 
__init__(self, RatioTapChangerTabularPoint=None, RatioTapChanger=None, *args, **kw_args)
Initialises a new 'RatioTapChangerTabular' instance.
 
addRatioTapChanger(self, *RatioTapChanger)
 
addRatioTapChangerTabularPoint(self, *RatioTapChangerTabularPoint)
 
getRatioTapChanger(self)
 
getRatioTapChangerTabularPoint(self)
 
removeRatioTapChanger(self, *RatioTapChanger)
 
removeRatioTapChangerTabularPoint(self, *RatioTapChangerTabularPoint)
 
setRatioTapChanger(self, value)
 
setRatioTapChangerTabularPoint(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 = ['RatioTapChangerTabularPoint', 'RatioTapChanger']
  _refs = ['RatioTapChangerTabularPoint', 'RatioTapChanger']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  RatioTapChanger
  RatioTapChangerTabularPoint

Inherited from object: __class__

Method Details [hide private]

__init__(self, RatioTapChangerTabularPoint=None, RatioTapChanger=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'RatioTapChangerTabular' instance.

Parameters:
  • RatioTapChangerTabularPoint
  • RatioTapChanger
Overrides: object.__init__

Property Details [hide private]

RatioTapChanger

Get Method:
getRatioTapChanger(self)
Set Method:
setRatioTapChanger(self, value)

RatioTapChangerTabularPoint

Get Method:
getRatioTapChangerTabularPoint(self)
Set Method:
setRatioTapChangerTabularPoint(self, value)