Package CIM14 :: Package IEC61970 :: Package LoadModel :: Module SeasonDayTypeSchedule' :: Class SeasonDayTypeSchedule
[hide private]
[frames] | no frames]

Class SeasonDayTypeSchedule

                               object --+                
                                        |                
                         Element'.Element --+            
                                            |            
      Core.IdentifiedObject'.IdentifiedObject --+        
                                                |        
Core.BasicIntervalSchedule'.BasicIntervalSchedule --+    
                                                    |    
Core.RegularIntervalSchedule'.RegularIntervalSchedule --+
                                                        |
                                                       SeasonDayTypeSchedule
Known Subclasses:

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, Season=None, DayType=None, *args, **kw_args)
Initialises a new 'SeasonDayTypeSchedule' instance.
 
getDayType(self)
DayType for the Schedule.
 
getSeason(self)
Season for the Schedule.
 
setDayType(self, value)
 
setSeason(self, value)

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 = {}
  _attrs = []
  _defaults = {}
  _many_refs = []
  _refs = ['Season', 'DayType']
Properties [hide private]
  DayType
DayType for the Schedule.
  Season
Season for the Schedule.

Inherited from Core.RegularIntervalSchedule'.RegularIntervalSchedule: TimePoints

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'SeasonDayTypeSchedule' instance.

Parameters:
  • Season - Season for the Schedule.
  • DayType - DayType for the Schedule.
Overrides: object.__init__

Property Details [hide private]

DayType

DayType for the Schedule.

Get Method:
getDayType(self) - DayType for the Schedule.
Set Method:
setDayType(self, value)

Season

Season for the Schedule.

Get Method:
getSeason(self) - Season for the Schedule.
Set Method:
setSeason(self, value)