CIM14 :: ENTSOE :: 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, *args, **kw_args)
Initialises a new 'SubLoadArea' instance.
 
getLoadGroups(self)
The Loadgroups in the SubLoadArea.
 
setLoadGroups(self, value)
 
addLoadGroups(self, *LoadGroups)
 
removeLoadGroups(self, *LoadGroups)

Inherited from EnergyArea.EnergyArea: getControlArea, setControlArea

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

Inherited from EnergyArea.EnergyArea: ControlArea

Method Details [hide private]

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

 

Initialises a new 'SubLoadArea' instance.

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