Package CIM14 :: Package IEC61970 :: Package Core :: Module GeographicalRegion' :: Class GeographicalRegion
[hide private]
[frames] | no frames]

Class GeographicalRegion

                    object --+        
                             |        
              Element'.Element --+    
                                 |    
IdentifiedObject'.IdentifiedObject --+
                                     |
                                    GeographicalRegion

A geographical region of a power system network model.

Instance Methods [hide private]
 
__init__(self, Regions=None, *args, **kw_args)
Initialises a new 'GeographicalRegion' instance.
 
addRegions(self, *Regions)
 
getRegions(self)
The association is used in the naming hierarchy.
 
removeRegions(self, *Regions)
 
setRegions(self, value)

Inherited from 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 = {}
  _many_refs = ['Regions']
  _refs = ['Regions']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  Regions
The association is used in the naming hierarchy.

Inherited from IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'GeographicalRegion' instance.

Parameters:
  • Regions - The association is used in the naming hierarchy.
Overrides: object.__init__

Property Details [hide private]

Regions

The association is used in the naming hierarchy.

Get Method:
getRegions(self) - The association is used in the naming hierarchy.
Set Method:
setRegions(self, value)