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

Class PhaseTapChangerTabularPoint

      object --+    
               |    
Element'.Element --+
                   |
                  PhaseTapChangerTabularPoint

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

Instance Methods [hide private]
 
__init__(self, x=0.0, step=0, angle=0.0, PhaseTapChangerTabular=None, *args, **kw_args)
Initialises a new 'PhaseTapChangerTabularPoint' instance.
 
getPhaseTapChangerTabular(self)
 
setPhaseTapChangerTabular(self, value)

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

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

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

Properties [hide private]
  PhaseTapChangerTabular

Inherited from object: __class__

Method Details [hide private]

__init__(self, x=0.0, step=0, angle=0.0, PhaseTapChangerTabular=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'PhaseTapChangerTabularPoint' instance.

Parameters:
  • x - The reactance deviation in percent of nominal value. The actual reactance is calculated as follows xcal = xnom(1 + x/100).
  • step - The tap step.
  • angle - The angle difference in degrees.
  • PhaseTapChangerTabular
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

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

Property Details [hide private]

PhaseTapChangerTabular

Get Method:
getPhaseTapChangerTabular(self)
Set Method:
setPhaseTapChangerTabular(self, value)