Package CIM15 :: Package IEC61970 :: Package Contingency :: Module ContingencyEquipment' :: Class ContingencyEquipment
[hide private]
[frames] | no frames]

Class ContingencyEquipment

                         object --+            
                                  |            
                   Element'.Element --+        
                                      |        
Core.IdentifiedObject'.IdentifiedObject --+    
                                          |    
     ContingencyElement'.ContingencyElement --+
                                              |
                                             ContingencyEquipment

A equipment to which the in service status is to change such as a power transformer or AC line segment.A equipment to which the in service status is to change such as a power transformer or AC line segment.

Instance Methods [hide private]
 
__init__(self, contingentStatus='outOfService', Equipment=None, *args, **kw_args)
Initialises a new 'ContingencyEquipment' instance.
 
getEquipment(self)
The single piece of equipment to which to apply the contingency.
 
setEquipment(self, value)

Inherited from ContingencyElement'.ContingencyElement: getContingency, setContingency

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 = {'contingentStatus': <type 'str'>}
  _attrs = ['contingentStatus']
  _defaults = {'contingentStatus': 'outOfService'}
  _enums = {'contingentStatus': 'ContingencyEquipmentStatusKind'}
  _refs = ['Equipment']
Properties [hide private]
  Equipment
The single piece of equipment to which to apply the contingency.

Inherited from ContingencyElement'.ContingencyElement: Contingency

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, contingentStatus='outOfService', Equipment=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ContingencyEquipment' instance.

Parameters:
  • contingentStatus - The status for the associated equipment when in the contingency state. This status is independent of the case to which the contingency is originally applied, but defines the equipment status when the contingency is applied. Values are: "outOfService", "inService"
  • Equipment - The single piece of equipment to which to apply the contingency.
Overrides: object.__init__

Property Details [hide private]

Equipment

The single piece of equipment to which to apply the contingency.

Get Method:
getEquipment(self) - The single piece of equipment to which to apply the contingency.
Set Method:
setEquipment(self, value)