Package CIM14 :: Package IEC61970 :: Package Wires :: Module TapSchedule' :: Class TapSchedule
[hide private]
[frames] | no frames]

Class TapSchedule

                               object --+                    
                                        |                    
                         Element'.Element --+                
                                            |                
      Core.IdentifiedObject'.IdentifiedObject --+            
                                                |            
Core.BasicIntervalSchedule'.BasicIntervalSchedule --+        
                                                    |        
Core.RegularIntervalSchedule'.RegularIntervalSchedule --+    
                                                        |    
   LoadModel.SeasonDayTypeSchedule'.SeasonDayTypeSchedule --+
                                                            |
                                                           TapSchedule

A pre-established pattern over time for a tap step.

Instance Methods [hide private]
 
__init__(self, lineDropCompensation=False, lineDropR=0.0, lineDropX=0.0, TapChanger=None, *args, **kw_args)
Initialises a new 'TapSchedule' instance.
 
getTapChanger(self)
A TapSchedule is associated with a TapChanger.
 
setTapChanger(self, value)

Inherited from LoadModel.SeasonDayTypeSchedule'.SeasonDayTypeSchedule: getDayType, getSeason, setDayType, setSeason

Inherited from Core.RegularIntervalSchedule'.RegularIntervalSchedule: addTimePoints, getTimePoints, removeTimePoints, setTimePoints

Inherited from Core.IdentifiedObject'.IdentifiedObject: getModelingAuthoritySet, setModelingAuthoritySet

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

Class Variables [hide private]
  _attr_types = {'lineDropCompensation': <type 'bool'>, 'lineDro...
  _attrs = ['lineDropCompensation', 'lineDropR', 'lineDropX']
  _defaults = {'lineDropCompensation': False, 'lineDropR': 0.0, ...
  _refs = ['TapChanger']
Properties [hide private]
  TapChanger
A TapSchedule is associated with a TapChanger.

Inherited from LoadModel.SeasonDayTypeSchedule'.SeasonDayTypeSchedule: DayType, Season

Inherited from Core.RegularIntervalSchedule'.RegularIntervalSchedule: TimePoints

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, lineDropCompensation=False, lineDropR=0.0, lineDropX=0.0, TapChanger=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'TapSchedule' instance.

Parameters:
  • lineDropCompensation - Flag to indicate that line drop compensation is to be applied
  • lineDropR - Line drop resistance.
  • lineDropX - Line drop reactance.
  • TapChanger - A TapSchedule is associated with a TapChanger.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'lineDropCompensation': <type 'bool'>,
 'lineDropR': <type 'float'>,
 'lineDropX': <type 'float'>}

_defaults

Value:
{'lineDropCompensation': False, 'lineDropR': 0.0, 'lineDropX': 0.0}

Property Details [hide private]

TapChanger

A TapSchedule is associated with a TapChanger.

Get Method:
getTapChanger(self) - A TapSchedule is associated with a TapChanger.
Set Method:
setTapChanger(self, value)