An assembly of two or more coupled windings that transform electrical
power between voltage levels. Supports both balanced and unbalanced
winding connections. This class differs from Wires::PowerTransformer as
follows: - it is part of a TransformerBank - it draws parameters
exclusively from TransformerInfo and its associated classes.
|
__init__(self,
Windings=None,
ServiceDeliveryPoints=None,
TransformerBank=None,
TransformerInfo=None,
*args,
**kw_args)
Initialises a new 'DistributionTransformer' instance. |
|
|
|
addServiceDeliveryPoints(self,
*ServiceDeliveryPoints) |
|
|
|
addWindings(self,
*Windings) |
|
|
|
getServiceDeliveryPoints(self)
All service delivery points supplied by this transformer. |
|
|
|
getTransformerBank(self)
Bank this transformer belongs to. |
|
|
|
getTransformerInfo(self)
Transformer data. |
|
|
|
getWindings(self)
All windings of this transformer. |
|
|
|
removeServiceDeliveryPoints(self,
*ServiceDeliveryPoints) |
|
|
|
removeWindings(self,
*Windings) |
|
|
|
setServiceDeliveryPoints(self,
value) |
|
|
|
setTransformerBank(self,
value) |
|
|
|
setTransformerInfo(self,
value) |
|
|
|
|
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__
|