CIM14 :: CPSM :: Equipment :: LoadModel :: ConformLoadSchedule :: ConformLoadSchedule :: Class ConformLoadSchedule
[hide private]
[frames] | no frames]

Class ConformLoadSchedule

Core.RegularIntervalSchedule.RegularIntervalSchedule --+    
                                                       |    
             SeasonDayTypeSchedule.SeasonDayTypeSchedule --+
                                                           |
                                                          ConformLoadSchedule

A curve of load versus time (X-axis) showing the active power values (Y1-axis) and reactive power (Y2-axis) for each unit of the period covered. This curve represents a typical pattern of load over the time period for a given day type and season.- Because value1 will always be specified in MW and value2 will always be specified in MVAr, the value1Multiplier and value2Multiplier attributes do not need to be specified.

Instance Methods [hide private]
 
__init__(self, ConformLoadGroup=None, *args, **kw_args)
Initialises a new 'ConformLoadSchedule' instance.
 
getConformLoadGroup(self)
The ConformLoadGroup where the ConformLoadSchedule belongs.
 
setConformLoadGroup(self, value)

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

Class Variables [hide private]
  _attrs = []
  _attr_types = {}
  _defaults = {}
  _enums = {}
  _refs = ["ConformLoadGroup"]
  _many_refs = []
  ConformLoadGroup = property(getConformLoadGroup, setConformLoa...

Inherited from SeasonDayTypeSchedule.SeasonDayTypeSchedule: DayType, Season

Method Details [hide private]

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

 

Initialises a new 'ConformLoadSchedule' instance.

Parameters:
  • ConformLoadGroup - The ConformLoadGroup where the ConformLoadSchedule belongs.
Overrides: SeasonDayTypeSchedule.SeasonDayTypeSchedule.__init__

Class Variable Details [hide private]

ConformLoadGroup

Value:
property(getConformLoadGroup, setConformLoadGroup)