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

Class RegulationSchedule

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

A pre-established pattern over time for a controlled variable, e.g., busbar voltage.

Instance Methods [hide private]
 
__init__(self, lineDropX=0.0, lineDropR=0.0, lineDropCompensation=False, RegulatingControl=None, VoltageControlZones=None, *args, **kw_args)
Initialises a new 'RegulationSchedule' instance.
 
addVoltageControlZones(self, *VoltageControlZones)
 
getRegulatingControl(self)
Regulating controls that have this Schedule.
 
getVoltageControlZones(self)
A VoltageControlZone may have a voltage regulation schedule.
 
removeVoltageControlZones(self, *VoltageControlZones)
 
setRegulatingControl(self, value)
 
setVoltageControlZones(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 = ['lineDropX', 'lineDropR', 'lineDropCompensation']
  _defaults = {'lineDropCompensation': False, 'lineDropR': 0.0, ...
  _many_refs = ['VoltageControlZones']
  _refs = ['RegulatingControl', 'VoltageControlZones']
Properties [hide private]
  RegulatingControl
Regulating controls that have this Schedule.
  VoltageControlZones
A VoltageControlZone may have a voltage regulation schedule.

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, lineDropX=0.0, lineDropR=0.0, lineDropCompensation=False, RegulatingControl=None, VoltageControlZones=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'RegulationSchedule' instance.

Parameters:
  • lineDropX - Line drop reactance.
  • lineDropR - Line drop resistance.
  • lineDropCompensation - Flag to indicate that line drop compensation is to be applied
  • RegulatingControl - Regulating controls that have this Schedule.
  • VoltageControlZones - A VoltageControlZone may have a voltage regulation schedule.
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]

RegulatingControl

Regulating controls that have this Schedule.

Get Method:
getRegulatingControl(self) - Regulating controls that have this Schedule.
Set Method:
setRegulatingControl(self, value)

VoltageControlZones

A VoltageControlZone may have a voltage regulation schedule.

Get Method:
getVoltageControlZones(self) - A VoltageControlZone may have a voltage regulation schedule.
Set Method:
setVoltageControlZones(self, value)