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

Class EnergyArea

                         object --+        
                                  |        
                   Element'.Element --+    
                                      |    
Core.IdentifiedObject'.IdentifiedObject --+
                                          |
                                         EnergyArea
Known Subclasses:

The class describes an area having energy production or consumption. The class is the basis for further specialization.

Instance Methods [hide private]
 
__init__(self, ControlArea=None, *args, **kw_args)
Initialises a new 'EnergyArea' instance.
 
getControlArea(self)
The control area specification that is used for the load forecast.
 
setControlArea(self, value)

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]
  _attr_types = {}
  _attrs = []
  _defaults = {}
  _refs = ['ControlArea']

Inherited from Element'.Element (private): _enums, _many_refs

Properties [hide private]
  ControlArea
The control area specification that is used for the load forecast.

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'EnergyArea' instance.

Parameters:
  • ControlArea - The control area specification that is used for the load forecast.
Overrides: object.__init__

Property Details [hide private]

ControlArea

The control area specification that is used for the load forecast.

Get Method:
getControlArea(self) - The control area specification that is used for the load forecast.
Set Method:
setControlArea(self, value)