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

Class PSREvent

                            object --+            
                                     |            
                      Element'.Element --+        
                                         |        
   Core.IdentifiedObject'.IdentifiedObject --+    
                                             |    
IEC61968.Common.ActivityRecord'.ActivityRecord --+
                                                 |
                                                PSREvent

Event recording the change in operational status of a PowerSystemResource.Event recording the change in operational status of a PowerSystemResource.

Instance Methods [hide private]
 
__init__(self, kind='pendingRemove', PowerSystemResource=None, *args, **kw_args)
Initialises a new 'PSREvent' instance.
 
getPowerSystemResource(self)
Power system resource that generated this event.
 
setPowerSystemResource(self, value)

Inherited from IEC61968.Common.ActivityRecord'.ActivityRecord: addAssets, addDocuments, addErpPersons, addOrganisations, getAssets, getDocuments, getErpPersons, getOrganisations, getScheduledEvent, removeAssets, removeDocuments, removeErpPersons, removeOrganisations, setAssets, setDocuments, setErpPersons, setOrganisations, setScheduledEvent

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 = {'kind': <type 'str'>}
  _attrs = ['kind']
  _defaults = {'kind': 'pendingRemove'}
  _enums = {'kind': 'PSREventKind'}
  _many_refs = []
  _refs = ['PowerSystemResource']

Inherited from IEC61968.Common.ActivityRecord'.ActivityRecord: status

Properties [hide private]
  PowerSystemResource
Power system resource that generated this event.

Inherited from IEC61968.Common.ActivityRecord'.ActivityRecord: Assets, Documents, ErpPersons, Organisations, ScheduledEvent

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, kind='pendingRemove', PowerSystemResource=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'PSREvent' instance.

Parameters:
  • kind - Kind of event. Values are: "pendingRemove", "pendingReplace", "outOfService", "pendingAdd", "unknown", "inService", "other"
  • PowerSystemResource - Power system resource that generated this event.
Overrides: object.__init__

Property Details [hide private]

PowerSystemResource

Power system resource that generated this event.

Get Method:
getPowerSystemResource(self) - Power system resource that generated this event.
Set Method:
setPowerSystemResource(self, value)