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

Class PhaseTapChangerTabular

      object --+    
               |    
Element'.Element --+
                   |
                  PhaseTapChangerTabular

With PhaseTapChangerTabular it is possible to describe curve how the the phase angle difference and reactance varies with the tap step.With PhaseTapChangerTabular it is possible to describe curve how the the phase angle difference and reactance varies with the tap step.

Instance Methods [hide private]
 
__init__(self, PhaseTapChangerTabularPoint=None, PhaseTapChanger=None, *args, **kw_args)
Initialises a new 'PhaseTapChangerTabular' instance.
 
addPhaseTapChanger(self, *PhaseTapChanger)
 
addPhaseTapChangerTabularPoint(self, *PhaseTapChangerTabularPoint)
 
getPhaseTapChanger(self)
 
getPhaseTapChangerTabularPoint(self)
 
removePhaseTapChanger(self, *PhaseTapChanger)
 
removePhaseTapChangerTabularPoint(self, *PhaseTapChangerTabularPoint)
 
setPhaseTapChanger(self, value)
 
setPhaseTapChangerTabularPoint(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 = ['PhaseTapChangerTabularPoint', 'PhaseTapChanger']
  _refs = ['PhaseTapChangerTabularPoint', 'PhaseTapChanger']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  PhaseTapChanger
  PhaseTapChangerTabularPoint

Inherited from object: __class__

Method Details [hide private]

__init__(self, PhaseTapChangerTabularPoint=None, PhaseTapChanger=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'PhaseTapChangerTabular' instance.

Parameters:
  • PhaseTapChangerTabularPoint
  • PhaseTapChanger
Overrides: object.__init__

Property Details [hide private]

PhaseTapChanger

Get Method:
getPhaseTapChanger(self)
Set Method:
setPhaseTapChanger(self, value)

PhaseTapChangerTabularPoint

Get Method:
getPhaseTapChangerTabularPoint(self)
Set Method:
setPhaseTapChangerTabularPoint(self, value)