Package CIM15 :: 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.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: addDiagramObjects, addNames, getDiagramObjects, getModelingAuthoritySet, getNames, removeDiagramObjects, removeNames, setDiagramObjects, setModelingAuthoritySet, setNames

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _attr_types = {}
  _attrs = []
  _defaults = {}
  _many_refs = []
  _refs = ['ControlArea']

Inherited from Element'.Element (private): _enums

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

Inherited from Core.IdentifiedObject'.IdentifiedObject: DiagramObjects, ModelingAuthoritySet, Names

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)