CIM14 :: ENTSOE :: Equipment :: LoadModel :: EnergyArea :: EnergyArea :: Class EnergyArea
[hide private]
[frames] | no frames]

Class EnergyArea

Core.IdentifiedObject.IdentifiedObject --+
                                         |
                                        EnergyArea

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)
Class Variables [hide private]
  _attrs = []
  _attr_types = {}
  _defaults = {}
  _enums = {}
  _refs = ["ControlArea"]
  _many_refs = []
  ControlArea = property(getControlArea, setControlArea)
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.