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

Class NonConformLoadSchedule

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)- Because value1 will always be specified in MW and value2 will always be specified in MVAr, the value1Multiplier and value2Multiplier attributes do not need to be specified.

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

Class Variables [hide private]
  _attrs = []
  _attr_types = {}
  _defaults = {}
  _enums = {}
  _refs = ["NonConformLoadGroup"]
  _many_refs = []
  NonConformLoadGroup = property(getNonConformLoadGroup, setNonC...

Inherited from SeasonDayTypeSchedule.SeasonDayTypeSchedule: DayType, Season

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

Class Variable Details [hide private]

NonConformLoadGroup

Value:
property(getNonConformLoadGroup, setNonConformLoadGroup)