Package CIM15 :: Package CDPSM :: Package Balanced :: Package IEC61970 :: Package Wires :: Module ProtectedSwitch' :: Class ProtectedSwitch
[hide private]
[frames] | no frames]

Class ProtectedSwitch

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

A ProtectedSwitch is a switching device that can be operated by ProtectionEquipment.

Instance Methods [hide private]
 
__init__(self, breakingCapacity=0.0, *args, **kw_args)
Initialises a new 'ProtectedSwitch' instance.

Inherited from Core.IdentifiedObject'.IdentifiedObject: addNames, getNames, removeNames, setNames

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _attr_types = {'breakingCapacity': <type 'float'>}
  _attrs = ['breakingCapacity']
  _defaults = {'breakingCapacity': 0.0}
  _many_refs = []
  _refs = []

Inherited from Element'.Element (private): _enums

Properties [hide private]

Inherited from Core.IdentifiedObject'.IdentifiedObject: Names

Inherited from object: __class__

Method Details [hide private]

__init__(self, breakingCapacity=0.0, *args, **kw_args)
(Constructor)

 

Initialises a new 'ProtectedSwitch' instance.

Parameters:
  • breakingCapacity - The maximum fault current a breaking device can break safely under prescribed conditions of use.
Overrides: object.__init__