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

Class DayType

                         object --+        
                                  |        
                   Element'.Element --+    
                                      |    
Core.IdentifiedObject'.IdentifiedObject --+
                                          |
                                         DayType

Group of similar days, e.g., Mon/Tue/Wed, Thu/Fri, Sat/Sun, Holiday1, Holiday2

Instance Methods [hide private]
 
__init__(self, SeasonDayTypeSchedules=None, *args, **kw_args)
Initialises a new 'DayType' instance.
 
addSeasonDayTypeSchedules(self, *SeasonDayTypeSchedules)
 
getSeasonDayTypeSchedules(self)
Schedules that use this DayType.
 
removeSeasonDayTypeSchedules(self, *SeasonDayTypeSchedules)
 
setSeasonDayTypeSchedules(self, value)

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 = ['SeasonDayTypeSchedules']
  _refs = ['SeasonDayTypeSchedules']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  SeasonDayTypeSchedules
Schedules that use this DayType.

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'DayType' instance.

Parameters:
  • SeasonDayTypeSchedules - Schedules that use this DayType.
Overrides: object.__init__

Property Details [hide private]

SeasonDayTypeSchedules

Schedules that use this DayType.

Get Method:
getSeasonDayTypeSchedules(self) - Schedules that use this DayType.
Set Method:
setSeasonDayTypeSchedules(self, value)