Package CIM15 :: Package IEC61970 :: Package Core :: Module PsrList' :: Class PsrList
[hide private]
[frames] | no frames]

Class PsrList

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

Arbitrary list of PowerSystemResources. Can be used for various purposes, including grouping for report generation.Arbitrary list of PowerSystemResources. Can be used for various purposes, including grouping for report generation.

Instance Methods [hide private]
 
__init__(self, typePSRList='', PowerSystemResources=None, *args, **kw_args)
Initialises a new 'PsrList' instance.
 
addPowerSystemResources(self, *PowerSystemResources)
 
getPowerSystemResources(self)
 
removePowerSystemResources(self, *PowerSystemResources)
 
setPowerSystemResources(self, value)

Inherited from 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 = {'typePSRList': <type 'str'>}
  _attrs = ['typePSRList']
  _defaults = {'typePSRList': ''}
  _many_refs = ['PowerSystemResources']
  _refs = ['PowerSystemResources']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  PowerSystemResources

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

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'PsrList' instance.

Parameters:
  • typePSRList - Type of power system resources in this list.
  • PowerSystemResources
Overrides: object.__init__

Property Details [hide private]

PowerSystemResources

Get Method:
getPowerSystemResources(self)
Set Method:
setPowerSystemResources(self, value)