CIM14 :: CPSM :: Equipment :: Wires :: RegulationSchedule :: RegulationSchedule :: Class RegulationSchedule
[hide private]
[frames] | no frames]

Class RegulationSchedule

Core.RegularIntervalSchedule.RegularIntervalSchedule --+    
                                                       |    
   LoadModel.SeasonDayTypeSchedule.SeasonDayTypeSchedule --+
                                                           |
                                                          RegulationSchedule

A pre-established pattern over time for a controlled variable, e.g., busbar voltage.- By convention, ”value1” represents the target voltage or real power. “value2” is the deviation. A value1 of 100 and value2 of 1 means regulating to 100KV plus or minus 1KV. The range would be from 99 KV to 101 KV. Because the regulation values will be specified in either kV for voltage or MW for real power, the value1Multiplier and value2Multiplier attributes do not need to be specified.

Instance Methods [hide private]
 
__init__(self, RegulatingControl=None, *args, **kw_args)
Initialises a new 'RegulationSchedule' instance.
 
getRegulatingControl(self)
Regulating controls that have this Schedule.
 
setRegulatingControl(self, value)

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

Class Variables [hide private]
  _attrs = []
  _attr_types = {}
  _defaults = {}
  _enums = {}
  _refs = ["RegulatingControl"]
  _many_refs = []
  RegulatingControl = property(getRegulatingControl, setRegulati...

Inherited from LoadModel.SeasonDayTypeSchedule.SeasonDayTypeSchedule: DayType, Season

Method Details [hide private]

__init__(self, RegulatingControl=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'RegulationSchedule' instance.

Parameters:
  • RegulatingControl - Regulating controls that have this Schedule.
Overrides: LoadModel.SeasonDayTypeSchedule.SeasonDayTypeSchedule.__init__

Class Variable Details [hide private]

RegulatingControl

Value:
property(getRegulatingControl, setRegulatingControl)