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

Class SeasonDayTypeSchedule

Core.RegularIntervalSchedule.RegularIntervalSchedule --+
                                                       |
                                                      SeasonDayTypeSchedule

The schedule specialize RegularIntervalSchedule with type curve data for a specific type of day and season. This means that curves of this type cover a 24 hour period.

Instance Methods [hide private]
 
__init__(self, DayType=None, Season=None, *args, **kw_args)
Initialises a new 'SeasonDayTypeSchedule' instance.
 
getDayType(self)
DayType for the Schedule.
 
setDayType(self, value)
 
getSeason(self)
Season for the Schedule.
 
setSeason(self, value)
Class Variables [hide private]
  _attrs = []
  _attr_types = {}
  _defaults = {}
  _enums = {}
  _refs = ["DayType", "Season"]
  _many_refs = []
  DayType = property(getDayType, setDayType)
  Season = property(getSeason, setSeason)
Method Details [hide private]

__init__(self, DayType=None, Season=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'SeasonDayTypeSchedule' instance.

Parameters:
  • DayType - DayType for the Schedule.
  • Season - Season for the Schedule.