TransformerEnd is a conducting connection point of a power
transformer. It corresponds to a physical transformer winding terminal.
In earlier CIM versions, the TransformerWinding class served a similar
purpose. This successor TransformerEnd class is more flexible and has
important differences with TransformerWinding.TransformerEnd is a
conducting connection point of a power transformer. It corresponds to a
physical transformer winding terminal. In earlier CIM versions, the
TransformerWinding class served a similar purpose. This successor
TransformerEnd class is more flexible and has important differences with
TransformerWinding.
|
|
__init__(self,
endNumber=0,
rground=0.0,
grounded=False,
magBaseU=0.0,
magSatFlux=0.0,
bmagSat=0.0,
xground=0.0,
Terminal=None,
FromWindingInsulations=None,
CoreAdmittance=None,
TransformerEndInfo=None,
PhaseTapChanger=None,
RatioTapChanger=None,
FromMeshImpedance=None,
ToWindingInsulations=None,
ToMeshImpedance=None,
StarImpedance=None,
*args,
**kw_args)
Initialises a new 'TransformerEnd' instance. |
|
|
|
|
| addFromMeshImpedance(self,
*FromMeshImpedance) |
|
|
|
|
| addFromWindingInsulations(self,
*FromWindingInsulations) |
|
|
|
|
| addToMeshImpedance(self,
*ToMeshImpedance) |
|
|
|
|
| addToWindingInsulations(self,
*ToWindingInsulations) |
|
|
|
|
getCoreAdmittance(self)
Core admittance of this transformer end, representing magnetising
current and core losses. |
|
|
|
|
getFromMeshImpedance(self)
All mesh impedances between this 'to' and other 'from' transformer
ends. |
|
|
|
|
| getFromWindingInsulations(self) |
|
|
|
|
getPhaseTapChanger(self)
Phase tap changer associated with this transformer end. |
|
|
|
|
getRatioTapChanger(self)
Ratio tap changer associated with this transformer end. |
|
|
|
|
getStarImpedance(self)
(accurate for 2- or 3-winding transformers only) Pi-model impedances
of this transformer end. |
|
|
|
|
getTerminal(self)
External terminal of the power transformer to which this end belongs. |
|
|
|
|
getToMeshImpedance(self)
All mesh impedances between this 'from' and other 'to' transformer
ends. |
|
|
|
|
| getToWindingInsulations(self) |
|
|
|
|
getTransformerEndInfo(self)
Data for this transformer end. |
|
|
|
|
| removeFromMeshImpedance(self,
*FromMeshImpedance) |
|
|
|
|
| removeFromWindingInsulations(self,
*FromWindingInsulations) |
|
|
|
|
| removeToMeshImpedance(self,
*ToMeshImpedance) |
|
|
|
|
| removeToWindingInsulations(self,
*ToWindingInsulations) |
|
|
|
|
| setCoreAdmittance(self,
value) |
|
|
|
|
| setFromMeshImpedance(self,
value) |
|
|
|
|
| setFromWindingInsulations(self,
value) |
|
|
|
|
| setPhaseTapChanger(self,
value) |
|
|
|
|
| setRatioTapChanger(self,
value) |
|
|
|
|
| setStarImpedance(self,
value) |
|
|
|
|
|
|
|
| setToMeshImpedance(self,
value) |
|
|
|
|
| setToWindingInsulations(self,
value) |
|
|
|
|
| setTransformerEndInfo(self,
value) |
|
|
|
Inherited from 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__
|