Package CIM15 :: Package IEC61970 :: Package Informative :: Package InfAssets :: Module ReliabilityInfo' :: Class ReliabilityInfo
[hide private]
[frames] | no frames]

Class ReliabilityInfo

                         object --+        
                                  |        
                   Element'.Element --+    
                                      |    
Core.IdentifiedObject'.IdentifiedObject --+
                                          |
                                         ReliabilityInfo

Information regarding the experienced and expected reliability of a specific asset, type of asset, or asset model.Information regarding the experienced and expected reliability of a specific asset, type of asset, or asset model.

Instance Methods [hide private]
 
__init__(self, momFailureRate=0.0, mTTR=0.0, Specification=None, Assets=None, *args, **kw_args)
Initialises a new 'ReliabilityInfo' instance.
 
addAssets(self, *Assets)
 
getAssets(self)
 
getSpecification(self)
 
removeAssets(self, *Assets)
 
setAssets(self, value)
 
setSpecification(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 = {'mTTR': <type 'float'>, 'momFailureRate': <type...
  _attrs = ['momFailureRate', 'mTTR']
  _defaults = {'mTTR': 0.0, 'momFailureRate': 0.0}
  _many_refs = ['Assets']
  _refs = ['Specification', 'Assets']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  Assets
  Specification

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, momFailureRate=0.0, mTTR=0.0, Specification=None, Assets=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ReliabilityInfo' instance.

Parameters:
  • momFailureRate - Momentary failure rate (temporary failures/kft-year).
  • mTTR - Mean time to repair (MTTR - hours).
  • Specification
  • Assets
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'mTTR': <type 'float'>, 'momFailureRate': <type 'float'>}

Property Details [hide private]

Assets

Get Method:
getAssets(self)
Set Method:
setAssets(self, value)

Specification

Get Method:
getSpecification(self)
Set Method:
setSpecification(self, value)