Package CIM15 :: Package IEC61970 :: Package Informative :: Package InfOperations :: Module OutageStepPsrRole' :: Class OutageStepPsrRole
[hide private]
[frames] | no frames]

Class OutageStepPsrRole

                         object --+            
                                  |            
                   Element'.Element --+        
                                      |        
Core.IdentifiedObject'.IdentifiedObject --+    
                                          |    
                       InfCommon.Role'.Role --+
                                              |
                                             OutageStepPsrRole

Roles played between Power System Resources and Outage Steps. Examples roles include: normal supply, actual supply, interrupting device, restoration device.Roles played between Power System Resources and Outage Steps. Examples roles include: normal supply, actual supply, interrupting device, restoration device.

Instance Methods [hide private]
 
__init__(self, OutageStep=None, ConductingEquipment=None, *args, **kw_args)
Initialises a new 'OutageStepPsrRole' instance.
 
getConductingEquipment(self)
 
getOutageStep(self)
 
setConductingEquipment(self, value)
 
setOutageStep(self, value)

Inherited from Core.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 = {}
  _attrs = []
  _defaults = {}
  _refs = ['OutageStep', 'ConductingEquipment']

Inherited from InfCommon.Role'.Role: status

Inherited from InfCommon.Role'.Role (private): _many_refs

Inherited from Element'.Element (private): _enums

Properties [hide private]
  ConductingEquipment
  OutageStep

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, OutageStep=None, ConductingEquipment=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'OutageStepPsrRole' instance.

Parameters:
  • OutageStep
  • ConductingEquipment
Overrides: object.__init__

Property Details [hide private]

ConductingEquipment

Get Method:
getConductingEquipment(self)
Set Method:
setConductingEquipment(self, value)

OutageStep

Get Method:
getOutageStep(self)
Set Method:
setOutageStep(self, value)