Package CIM14 :: Package CDPSM :: Package GIS_Connectivity :: Package IEC61968 :: Package Common :: Module GeoLocation' :: Class GeoLocation
[hide private]
[frames] | no frames]

Class GeoLocation

                                  object --+            
                                           |            
                            Element'.Element --+        
                                               |        
IEC61970.Core.IdentifiedObject'.IdentifiedObject --+    
                                                   |    
                                  Location'.Location --+
                                                       |
                                                      GeoLocation

Geographical location.

Instance Methods [hide private]
 
__init__(self, PowerSystemResources=None, *args, **kw_args)
Initialises a new 'GeoLocation' instance.
 
addPowerSystemResources(self, *PowerSystemResources)
 
getPowerSystemResources(self)
All power system resources at this geographical location.
 
removePowerSystemResources(self, *PowerSystemResources)
 
setPowerSystemResources(self, value)

Inherited from Location'.Location: addPositionPoints, getPositionPoints, removePositionPoints, setPositionPoints

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

Class Variables [hide private]
  _many_refs = ['PowerSystemResources']
  _refs = ['PowerSystemResources']

Inherited from Location'.Location (private): _attr_types, _attrs, _defaults

Inherited from Element'.Element (private): _enums

Properties [hide private]
  PowerSystemResources
All power system resources at this geographical location.

Inherited from Location'.Location: PositionPoints

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'GeoLocation' instance.

Parameters:
  • PowerSystemResources - All power system resources at this geographical location.
Overrides: object.__init__

Property Details [hide private]

PowerSystemResources

All power system resources at this geographical location.

Get Method:
getPowerSystemResources(self) - All power system resources at this geographical location.
Set Method:
setPowerSystemResources(self, value)