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

Class OutageReport

                         object --+            
                                  |            
                   Element'.Element --+        
                                      |        
Core.IdentifiedObject'.IdentifiedObject --+    
                                          |    
         IEC61968.Common.Document'.Document --+
                                              |
                                             OutageReport

Document with statistics of an outage.Document with statistics of an outage.

Instance Methods [hide private]
 
__init__(self, customerCount=0, averageCml=0.0, outageDuration=0.0, totalCml=0.0, OutageRecord=None, OutageHistory=None, *args, **kw_args)
Initialises a new 'OutageReport' instance.
 
getOutageHistory(self)
OutageHistory of a customer, which may include this OutageReport.
 
getOutageRecord(self)
reference to related document
 
setOutageHistory(self, value)
 
setOutageRecord(self, value)

Inherited from IEC61968.Common.Document'.Document: addActivityRecords, addAssetRoles, addChangeItems, addChangeSets, addErpOrganisationRoles, addErpPersonRoles, addFromDocumentRoles, addMeasurements, addNetworkDataSets, addPowerSystemResourceRoles, addScheduleParameterInfos, addScheduledEvents, addToDocumentRoles, getActivityRecords, getAssetRoles, getChangeItems, getChangeSets, getErpOrganisationRoles, getErpPersonRoles, getFromDocumentRoles, getMeasurements, getNetworkDataSets, getPowerSystemResourceRoles, getScheduleParameterInfos, getScheduledEvents, getToDocumentRoles, removeActivityRecords, removeAssetRoles, removeChangeItems, removeChangeSets, removeErpOrganisationRoles, removeErpPersonRoles, removeFromDocumentRoles, removeMeasurements, removeNetworkDataSets, removePowerSystemResourceRoles, removeScheduleParameterInfos, removeScheduledEvents, removeToDocumentRoles, setActivityRecords, setAssetRoles, setChangeItems, setChangeSets, setErpOrganisationRoles, setErpPersonRoles, setFromDocumentRoles, setMeasurements, setNetworkDataSets, setPowerSystemResourceRoles, setScheduleParameterInfos, setScheduledEvents, setToDocumentRoles

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 = {'averageCml': <type 'float'>, 'customerCount': ...
  _attrs = ['customerCount', 'averageCml', 'outageDuration', 'to...
  _defaults = {'averageCml': 0.0, 'customerCount': 0, 'outageDur...
  _many_refs = []
  _refs = ['OutageRecord', 'OutageHistory']

Inherited from IEC61968.Common.Document'.Document: docStatus, electronicAddress, status

Inherited from Element'.Element (private): _enums

Properties [hide private]
  OutageHistory
OutageHistory of a customer, which may include this OutageReport.
  OutageRecord
reference to related document

Inherited from IEC61968.Common.Document'.Document: ActivityRecords, AssetRoles, ChangeItems, ChangeSets, ErpOrganisationRoles, ErpPersonRoles, FromDocumentRoles, Measurements, NetworkDataSets, PowerSystemResourceRoles, ScheduleParameterInfos, ScheduledEvents, ToDocumentRoles

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, customerCount=0, averageCml=0.0, outageDuration=0.0, totalCml=0.0, OutageRecord=None, OutageHistory=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'OutageReport' instance.

Parameters:
  • customerCount - Total number of outaged customers.
  • averageCml - Average Customer Minutes Lost (CML) for this outage.
  • outageDuration - Total outage duration.
  • totalCml - Total Customer Minutes Lost (CML).
  • OutageRecord - reference to related document
  • OutageHistory - OutageHistory of a customer, which may include this OutageReport.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'averageCml': <type 'float'>,
 'customerCount': <type 'int'>,
 'outageDuration': <type 'float'>,
 'totalCml': <type 'float'>}

_attrs

Value:
['customerCount', 'averageCml', 'outageDuration', 'totalCml']

_defaults

Value:
{'averageCml': 0.0,
 'customerCount': 0,
 'outageDuration': 0.0,
 'totalCml': 0.0}

Property Details [hide private]

OutageHistory

OutageHistory of a customer, which may include this OutageReport.

Get Method:
getOutageHistory(self) - OutageHistory of a customer, which may include this OutageReport.
Set Method:
setOutageHistory(self, value)

OutageRecord

reference to related document

Get Method:
getOutageRecord(self) - reference to related document
Set Method:
setOutageRecord(self, value)