Package CIM14 :: Package IEC61970 :: Package Contingency :: Module ContingencyElement' :: Class ContingencyElement
[hide private]
[frames] | no frames]

Class ContingencyElement

                         object --+        
                                  |        
                   Element'.Element --+    
                                      |    
Core.IdentifiedObject'.IdentifiedObject --+
                                          |
                                         ContingencyElement
Known Subclasses:

An element of a system event to be studied by contingency analysis, representing a change in status of a single piece of equipment.

Instance Methods [hide private]
 
__init__(self, Contingency=None, *args, **kw_args)
Initialises a new 'ContingencyElement' instance.
 
getContingency(self)
A contingency element belongs to one contingency.
 
setContingency(self, value)

Inherited from Core.IdentifiedObject'.IdentifiedObject: getModelingAuthoritySet, setModelingAuthoritySet

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 = ['Contingency']

Inherited from Element'.Element (private): _enums, _many_refs

Properties [hide private]
  Contingency
A contingency element belongs to one contingency.

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, Contingency=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ContingencyElement' instance.

Parameters:
  • Contingency - A contingency element belongs to one contingency.
Overrides: object.__init__

Property Details [hide private]

Contingency

A contingency element belongs to one contingency.

Get Method:
getContingency(self) - A contingency element belongs to one contingency.
Set Method:
setContingency(self, value)