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

Class ConformLoadSchedule

                               object --+                    
                                        |                    
                         Element'.Element --+                
                                            |                
      Core.IdentifiedObject'.IdentifiedObject --+            
                                                |            
Core.BasicIntervalSchedule'.BasicIntervalSchedule --+        
                                                    |        
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.

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

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]
  _refs = ['ConformLoadGroup']
Properties [hide private]
  ConformLoadGroup
The ConformLoadGroup where the ConformLoadSchedule belongs.

Inherited from SeasonDayTypeSchedule'.SeasonDayTypeSchedule: DayType, Season

Inherited from Core.RegularIntervalSchedule'.RegularIntervalSchedule: TimePoints

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

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: object.__init__

Property Details [hide private]

ConformLoadGroup

The ConformLoadGroup where the ConformLoadSchedule belongs.

Get Method:
getConformLoadGroup(self) - The ConformLoadGroup where the ConformLoadSchedule belongs.
Set Method:
setConformLoadGroup(self, value)