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

Class NonConformLoadSchedule

                               object --+                    
                                        |                    
                         Element'.Element --+                
                                            |                
      Core.IdentifiedObject'.IdentifiedObject --+            
                                                |            
Core.BasicIntervalSchedule'.BasicIntervalSchedule --+        
                                                    |        
Core.RegularIntervalSchedule'.RegularIntervalSchedule --+    
                                                        |    
             SeasonDayTypeSchedule'.SeasonDayTypeSchedule --+
                                                            |
                                                           NonConformLoadSchedule

An active power (Y1-axis) and reactive power (Y2-axis) schedule (curves) versus time (X-axis) for non-conforming loads, e.g., large industrial load or power station service (where modeled)

Instance Methods [hide private]
 
__init__(self, NonConformLoadGroup=None, *args, **kw_args)
Initialises a new 'NonConformLoadSchedule' instance.
 
getNonConformLoadGroup(self)
The NonConformLoadGroup where the NonConformLoadSchedule belongs.
 
setNonConformLoadGroup(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 = ['NonConformLoadGroup']
Properties [hide private]
  NonConformLoadGroup
The NonConformLoadGroup where the NonConformLoadSchedule 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, NonConformLoadGroup=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'NonConformLoadSchedule' instance.

Parameters:
  • NonConformLoadGroup - The NonConformLoadGroup where the NonConformLoadSchedule belongs.
Overrides: object.__init__

Property Details [hide private]

NonConformLoadGroup

The NonConformLoadGroup where the NonConformLoadSchedule belongs.

Get Method:
getNonConformLoadGroup(self) - The NonConformLoadGroup where the NonConformLoadSchedule belongs.
Set Method:
setNonConformLoadGroup(self, value)