Package CIM14 :: Package IEC61970 :: Package StateVariables :: Module SvShortCircuit' :: Class SvShortCircuit
[hide private]
[frames] | no frames]

Class SvShortCircuit

              object --+        
                       |        
        Element'.Element --+    
                           |    
StateVariable'.StateVariable --+
                               |
                              SvShortCircuit

State variable for short circuit.

Instance Methods [hide private]
 
__init__(self, x0PerX=0.0, sShortCircuit=0.0, r0PerR=0.0, xPerR=0.0, TopologicalNode=None, *args, **kw_args)
Initialises a new 'SvShortCircuit' instance.
 
getTopologicalNode(self)
The topological node associated with the short circuit state.
 
setTopologicalNode(self, value)

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

Class Variables [hide private]
  _attr_types = {'r0PerR': <type 'float'>, 'sShortCircuit': <typ...
  _attrs = ['x0PerX', 'sShortCircuit', 'r0PerR', 'xPerR']
  _defaults = {'r0PerR': 0.0, 'sShortCircuit': 0.0, 'x0PerX': 0....
  _refs = ['TopologicalNode']

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

Properties [hide private]
  TopologicalNode
The topological node associated with the short circuit state.

Inherited from object: __class__

Method Details [hide private]

__init__(self, x0PerX=0.0, sShortCircuit=0.0, r0PerR=0.0, xPerR=0.0, TopologicalNode=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'SvShortCircuit' instance.

Parameters:
  • x0PerX - The ratio of zero sequence reactance per positive sequence reactance.
  • sShortCircuit - The short circuit apparent power drawn at this node when faulted.
  • r0PerR - The ratio of zero sequence resistance to positive sequence resistance.
  • xPerR - Ratio of positive sequence reactance per postive sequence resistance.
  • TopologicalNode - The topological node associated with the short circuit state.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'r0PerR': <type 'float'>,
 'sShortCircuit': <type 'float'>,
 'x0PerX': <type 'float'>,
 'xPerR': <type 'float'>}

_defaults

Value:
{'r0PerR': 0.0, 'sShortCircuit': 0.0, 'x0PerX': 0.0, 'xPerR': 0.0}

Property Details [hide private]

TopologicalNode

The topological node associated with the short circuit state.

Get Method:
getTopologicalNode(self) - The topological node associated with the short circuit state.
Set Method:
setTopologicalNode(self, value)