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

Class SubLoadArea

Core.IdentifiedObject.IdentifiedObject --+    
                                         |    
                     EnergyArea.EnergyArea --+
                                             |
                                            SubLoadArea

The class is the second level in a hierarchical structure for grouping of loads for the purpose of load flow load scaling.

Instance Methods [hide private]
 
__init__(self, LoadGroups=None, LoadArea=None, *args, **kw_args)
Initialises a new 'SubLoadArea' instance.
 
getLoadGroups(self)
The Loadgroups in the SubLoadArea.
 
setLoadGroups(self, value)
 
addLoadGroups(self, *LoadGroups)
 
removeLoadGroups(self, *LoadGroups)
 
getLoadArea(self)
The LoadArea where the SubLoadArea belongs.
 
setLoadArea(self, value)

Inherited from EnergyArea.EnergyArea: getControlArea, setControlArea

Class Variables [hide private]
  _attrs = []
  _attr_types = {}
  _defaults = {}
  _enums = {}
  _refs = ["LoadGroups", "LoadArea"]
  _many_refs = ["LoadGroups"]
  LoadGroups = property(getLoadGroups, setLoadGroups)
  LoadArea = property(getLoadArea, setLoadArea)

Inherited from EnergyArea.EnergyArea: ControlArea

Method Details [hide private]

__init__(self, LoadGroups=None, LoadArea=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'SubLoadArea' instance.

Parameters:
  • LoadGroups - The Loadgroups in the SubLoadArea.
  • LoadArea - The LoadArea where the SubLoadArea belongs.
Overrides: EnergyArea.EnergyArea.__init__