Conducting connection point of a distribution / unbalanced transformer
winding instance. This class differs from Wires::TransformerWinding as
follows: - the eight Pi model attributes are moved into separate class,
that can be optionally referred to from several winding instances. - the
three grounding attributes can differ per winding instance, even for
windings that use the same TransformerInfo, so they are kept on
DistributionTransformerWinding. - 'windingType' attribute is replaced by
'sequenceNumber' attribute on WindingInfo class. - all the other
attributes come from the WindingInfo (and its relationships).
TransformerInfo is associated to the DistributionTransformer as
referenceable data, so it can be defined once and referred to from
instances, instead of being specified with each instance.
|
__init__(self,
grounded=False,
xground=0.0,
rground=0.0,
Transformer=None,
WindingInfo=None,
RatioTapChanger=None,
PiImpedance=None,
PhaseTapChanger=None,
*args,
**kw_args)
Initialises a new 'DistributionTransformerWinding' instance. |
|
|
|
getPhaseTapChanger(self)
Phase tap changer associated with this winding. |
|
|
|
getPiImpedance(self)
(accurate for 2- or 3-winding transformers only) Pi-model impedances
of this winding. |
|
|
|
getRatioTapChanger(self)
Ratio tap changer associated with this winding. |
|
|
|
getTransformer(self)
Transformer this winding belongs to. |
|
|
|
getWindingInfo(self)
Data for this winding. |
|
|
|
setPhaseTapChanger(self,
value) |
|
|
|
setPiImpedance(self,
value) |
|
|
|
setRatioTapChanger(self,
value) |
|
|
|
setTransformer(self,
value) |
|
|
|
setWindingInfo(self,
value) |
|
|
Inherited from IEC61970.Core.ConductingEquipment'.ConductingEquipment :
addClearanceTags ,
addProtectionEquipments ,
addTerminals ,
getBaseVoltage ,
getClearanceTags ,
getProtectionEquipments ,
getSvStatus ,
getTerminals ,
removeClearanceTags ,
removeProtectionEquipments ,
removeTerminals ,
setBaseVoltage ,
setClearanceTags ,
setProtectionEquipments ,
setSvStatus ,
setTerminals
Inherited from IEC61970.Core.Equipment'.Equipment :
addContingencyEquipment ,
addCustomerAgreements ,
addOperationalLimitSet ,
getContingencyEquipment ,
getCustomerAgreements ,
getEquipmentContainer ,
getOperationalLimitSet ,
removeContingencyEquipment ,
removeCustomerAgreements ,
removeOperationalLimitSet ,
setContingencyEquipment ,
setCustomerAgreements ,
setEquipmentContainer ,
setOperationalLimitSet
Inherited from IEC61970.Core.PowerSystemResource'.PowerSystemResource :
addAssets ,
addBlock ,
addMeasurements ,
addOperatingShare ,
addPsrLists ,
addReportingGroup ,
getAssets ,
getBlock ,
getLocation ,
getMeasurements ,
getOperatingShare ,
getOutageSchedule ,
getPSRType ,
getPsrLists ,
getReportingGroup ,
removeAssets ,
removeBlock ,
removeMeasurements ,
removeOperatingShare ,
removePsrLists ,
removeReportingGroup ,
setAssets ,
setBlock ,
setLocation ,
setMeasurements ,
setOperatingShare ,
setOutageSchedule ,
setPSRType ,
setPsrLists ,
setReportingGroup
Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject :
getModelingAuthoritySet ,
setModelingAuthoritySet
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|