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

Class RatioTapChangerTabularPoint

      object --+    
               |    
Element'.Element --+
                   |
                  RatioTapChangerTabularPoint

RatioTapChangerTabularPoint describe each tap step in the curve.RatioTapChangerTabularPoint describe each tap step in the curve.

Instance Methods [hide private]
 
__init__(self, x=0.0, ratio=0.0, step=0, RatioTapChangerTabular=None, *args, **kw_args)
Initialises a new 'RatioTapChangerTabularPoint' instance.
 
getRatioTapChangerTabular(self)
 
setRatioTapChangerTabular(self, value)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _attr_types = {'ratio': <type 'float'>, 'step': <type 'int'>, ...
  _attrs = ['x', 'ratio', 'step']
  _defaults = {'ratio': 0.0, 'step': 0, 'x': 0.0}
  _refs = ['RatioTapChangerTabular']

Inherited from Element'.Element (private): _enums, _many_refs

Properties [hide private]
  RatioTapChangerTabular

Inherited from object: __class__

Method Details [hide private]

__init__(self, x=0.0, ratio=0.0, step=0, RatioTapChangerTabular=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'RatioTapChangerTabularPoint' instance.

Parameters:
  • x - The reactance deviation in percent of nominal value. The actual reactance is calculated as follows xcal = xnom(1 + x/100).
  • ratio - The voltage ratio in per unit. Hence this is a value close to one.
  • step - The tap step.
  • RatioTapChangerTabular
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'ratio': <type 'float'>, 'step': <type 'int'>, 'x': <type 'float'>}

Property Details [hide private]

RatioTapChangerTabular

Get Method:
getRatioTapChangerTabular(self)
Set Method:
setRatioTapChangerTabular(self, value)