Package CIM14 :: Package IEC61970 :: Package Protection :: Module RecloseSequence' :: Class RecloseSequence
[hide private]
[frames] | no frames]

Class RecloseSequence

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

A reclose sequence (open and close) is defined for each possible reclosure of a breaker.

Instance Methods [hide private]
 
__init__(self, recloseDelay=0.0, recloseStep=0, ProtectedSwitch=None, *args, **kw_args)
Initialises a new 'RecloseSequence' instance.
 
getProtectedSwitch(self)
A breaker may have zero or more automatic reclosures after a trip occurs.
 
setProtectedSwitch(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 = {'recloseDelay': <type 'float'>, 'recloseStep': ...
  _attrs = ['recloseDelay', 'recloseStep']
  _defaults = {'recloseDelay': 0.0, 'recloseStep': 0}
  _refs = ['ProtectedSwitch']

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

Properties [hide private]
  ProtectedSwitch
A breaker may have zero or more automatic reclosures after a trip occurs.

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, recloseDelay=0.0, recloseStep=0, ProtectedSwitch=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'RecloseSequence' instance.

Parameters:
  • recloseDelay - Indicates the time lapse before the reclose step will execute a reclose.
  • recloseStep - Indicates the ordinal position of the reclose step relative to other steps in the sequence.
  • ProtectedSwitch - A breaker may have zero or more automatic reclosures after a trip occurs.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'recloseDelay': <type 'float'>, 'recloseStep': <type 'int'>}

Property Details [hide private]

ProtectedSwitch

A breaker may have zero or more automatic reclosures after a trip occurs.

Get Method:
getProtectedSwitch(self) - A breaker may have zero or more automatic reclosures after a trip occurs.
Set Method:
setProtectedSwitch(self, value)