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

Class SubLoadArea

                         object --+            
                                  |            
                   Element'.Element --+        
                                      |        
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.
 
addLoadGroups(self, *LoadGroups)
 
getLoadArea(self)
The LoadArea where the SubLoadArea belongs.
 
getLoadGroups(self)
The Loadgroups in the SubLoadArea.
 
removeLoadGroups(self, *LoadGroups)
 
setLoadArea(self, value)
 
setLoadGroups(self, value)

Inherited from EnergyArea'.EnergyArea: getControlArea, setControlArea

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]
  _many_refs = ['LoadGroups']
  _refs = ['LoadGroups', 'LoadArea']

Inherited from EnergyArea'.EnergyArea (private): _attr_types, _attrs, _defaults

Inherited from Element'.Element (private): _enums

Properties [hide private]
  LoadArea
The LoadArea where the SubLoadArea belongs.
  LoadGroups
The Loadgroups in the SubLoadArea.

Inherited from EnergyArea'.EnergyArea: ControlArea

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

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

Property Details [hide private]

LoadArea

The LoadArea where the SubLoadArea belongs.

Get Method:
getLoadArea(self) - The LoadArea where the SubLoadArea belongs.
Set Method:
setLoadArea(self, value)

LoadGroups

The Loadgroups in the SubLoadArea.

Get Method:
getLoadGroups(self) - The Loadgroups in the SubLoadArea.
Set Method:
setLoadGroups(self, value)