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

Class LoadArea

                         object --+            
                                  |            
                   Element'.Element --+        
                                      |        
Core.IdentifiedObject'.IdentifiedObject --+    
                                          |    
                     EnergyArea'.EnergyArea --+
                                              |
                                             LoadArea

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

Instance Methods [hide private]
 
__init__(self, SubLoadAreas=None, *args, **kw_args)
Initialises a new 'LoadArea' instance.
 
addSubLoadAreas(self, *SubLoadAreas)
 
getSubLoadAreas(self)
The SubLoadAreas in the LoadArea.
 
removeSubLoadAreas(self, *SubLoadAreas)
 
setSubLoadAreas(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 = ['SubLoadAreas']
  _refs = ['SubLoadAreas']

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

Inherited from Element'.Element (private): _enums

Properties [hide private]
  SubLoadAreas
The SubLoadAreas in the LoadArea.

Inherited from EnergyArea'.EnergyArea: ControlArea

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'LoadArea' instance.

Parameters:
  • SubLoadAreas - The SubLoadAreas in the LoadArea.
Overrides: object.__init__

Property Details [hide private]

SubLoadAreas

The SubLoadAreas in the LoadArea.

Get Method:
getSubLoadAreas(self) - The SubLoadAreas in the LoadArea.
Set Method:
setSubLoadAreas(self, value)