Package CIM15 :: Package IEC61968 :: Package AssetModels :: Module ShortCircuitTest' :: Class ShortCircuitTest
[hide private]
[frames] | no frames]

Class ShortCircuitTest

                                  object --+            
                                           |            
                            Element'.Element --+        
                                               |        
IEC61970.Core.IdentifiedObject'.IdentifiedObject --+    
                                                   |    
                    TransformerTest'.TransformerTest --+
                                                       |
                                                      ShortCircuitTest

Short-circuit test results determine mesh impedance parameters. They include load losses and leakage impedances. For three-phase windings, the excitation can be positive sequence (the default) or zero sequence. There must be at least one grounded winding.Short-circuit test results determine mesh impedance parameters. They include load losses and leakage impedances. For three-phase windings, the excitation can be positive sequence (the default) or zero sequence. There must be at least one grounded winding.

Instance Methods [hide private]
 
__init__(self, lossZero=0.0, leakageImpedance=0.0, loss=0.0, groundedEndStep=0, leakageImpedanceZero=0.0, energisedEndStep=0, GroundedEnds=None, EnergisedEnd=None, *args, **kw_args)
Initialises a new 'ShortCircuitTest' instance.
 
addGroundedEnds(self, *GroundedEnds)
 
getEnergisedEnd(self)
Transformer end that voltage is applied to in this short-circuit test.
 
getGroundedEnds(self)
All ends short-circuited in this short-circuit test.
 
removeGroundedEnds(self, *GroundedEnds)
 
setEnergisedEnd(self, value)
 
setGroundedEnds(self, value)

Inherited from IEC61970.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 = {'energisedEndStep': <type 'int'>, 'groundedEndS...
  _attrs = ['lossZero', 'leakageImpedance', 'loss', 'groundedEnd...
  _defaults = {'energisedEndStep': 0, 'groundedEndStep': 0, 'lea...
  _many_refs = ['GroundedEnds']
  _refs = ['GroundedEnds', 'EnergisedEnd']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  EnergisedEnd
Transformer end that voltage is applied to in this short-circuit test.
  GroundedEnds
All ends short-circuited in this short-circuit test.

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, lossZero=0.0, leakageImpedance=0.0, loss=0.0, groundedEndStep=0, leakageImpedanceZero=0.0, energisedEndStep=0, GroundedEnds=None, EnergisedEnd=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ShortCircuitTest' instance.

Parameters:
  • lossZero - Load losses from a zero-sequence short-circuit test.
  • leakageImpedance - Leakage impedance measured from a positive-sequence or single-phase short-circuit test.
  • loss - Load losses from a positive-sequence or single-phase short-circuit test.
  • groundedEndStep - Tap step number for the grounded end of the test pair.
  • leakageImpedanceZero - Leakage impedance measured from a zero-sequence short-circuit test.
  • energisedEndStep - Tap step number for the energised end of the test pair.
  • GroundedEnds - All ends short-circuited in this short-circuit test.
  • EnergisedEnd - Transformer end that voltage is applied to in this short-circuit test. The test voltage is chosen to induce rated current in the energised end.
Overrides: object.__init__

getEnergisedEnd(self)

 

Transformer end that voltage is applied to in this short-circuit test. The test voltage is chosen to induce rated current in the energised end.


Class Variable Details [hide private]

_attr_types

Value:
{'energisedEndStep': <type 'int'>,
 'groundedEndStep': <type 'int'>,
 'leakageImpedance': <type 'float'>,
 'leakageImpedanceZero': <type 'float'>,
 'loss': <type 'float'>,
 'lossZero': <type 'float'>}

_attrs

Value:
['lossZero',
 'leakageImpedance',
 'loss',
 'groundedEndStep',
 'leakageImpedanceZero',
 'energisedEndStep']

_defaults

Value:
{'energisedEndStep': 0,
 'groundedEndStep': 0,
 'leakageImpedance': 0.0,
 'leakageImpedanceZero': 0.0,
 'loss': 0.0,
 'lossZero': 0.0}

Property Details [hide private]

EnergisedEnd

Transformer end that voltage is applied to in this short-circuit test. The test voltage is chosen to induce rated current in the energised end.

Get Method:
getEnergisedEnd(self) - Transformer end that voltage is applied to in this short-circuit test.
Set Method:
setEnergisedEnd(self, value)

GroundedEnds

All ends short-circuited in this short-circuit test.

Get Method:
getGroundedEnds(self) - All ends short-circuited in this short-circuit test.
Set Method:
setGroundedEnds(self, value)