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

Class PSRType

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

Classifying instances of the same class, e.g. overhead and underground ACLineSegments. This classification mechanism is intended to provide flexibility outside the scope of this standard, i.e. provide customisation that is non standard.

Instance Methods [hide private]
 
__init__(self, PowerSystemResources=None, *args, **kw_args)
Initialises a new 'PSRType' instance.
 
addPowerSystemResources(self, *PowerSystemResources)
 
getPowerSystemResources(self)
Power system resources classified with this PSRType.
 
removePowerSystemResources(self, *PowerSystemResources)
 
setPowerSystemResources(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 = ['PowerSystemResources']
  _refs = ['PowerSystemResources']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  PowerSystemResources
Power system resources classified with this PSRType.

Inherited from IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'PSRType' instance.

Parameters:
  • PowerSystemResources - Power system resources classified with this PSRType.
Overrides: object.__init__

Property Details [hide private]

PowerSystemResources

Power system resources classified with this PSRType.

Get Method:
getPowerSystemResources(self) - Power system resources classified with this PSRType.
Set Method:
setPowerSystemResources(self, value)