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

Class SubGeographicalRegion

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

A subset of a geographical region of a power system network model.

Instance Methods [hide private]
 
__init__(self, Region=None, Substations=None, Lines=None, *args, **kw_args)
Initialises a new 'SubGeographicalRegion' instance.
 
addLines(self, *Lines)
 
addSubstations(self, *Substations)
 
getLines(self)
A Line can be contained by a SubGeographical Region.
 
getRegion(self)
The association is used in the naming hierarchy.
 
getSubstations(self)
The association is used in the naming hierarchy.
 
removeLines(self, *Lines)
 
removeSubstations(self, *Substations)
 
setLines(self, value)
 
setRegion(self, value)
 
setSubstations(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 = ['Substations', 'Lines']
  _refs = ['Region', 'Substations', 'Lines']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  Lines
A Line can be contained by a SubGeographical Region.
  Region
The association is used in the naming hierarchy.
  Substations
The association is used in the naming hierarchy.

Inherited from IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, Region=None, Substations=None, Lines=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'SubGeographicalRegion' instance.

Parameters:
  • Region - The association is used in the naming hierarchy.
  • Substations - The association is used in the naming hierarchy.
  • Lines - A Line can be contained by a SubGeographical Region.
Overrides: object.__init__

Property Details [hide private]

Lines

A Line can be contained by a SubGeographical Region.

Get Method:
getLines(self) - A Line can be contained by a SubGeographical Region.
Set Method:
setLines(self, value)

Region

The association is used in the naming hierarchy.

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

Substations

The association is used in the naming hierarchy.

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