Mechanism for changing transformer winding tap positions.
|
|
__init__(self,
stepVoltageIncrement=0.0,
normalStep=0,
neutralStep=0,
subsequentDelay=0.0,
regulationStatus=False,
ltcFlag=False,
highStep=0,
initialDelay=0.0,
lowStep=0,
neutralU=0.0,
SvTapStep=None,
ImpedanceVariationCurve=None,
TapSchedules=None,
RegulatingControl=None,
*args,
**kw_args)
Initialises a new 'TapChanger' instance. |
|
|
|
|
| addTapSchedules(self,
*TapSchedules) |
|
|
|
|
getImpedanceVariationCurve(self)
A TapChanger can have an associated ImpedanceVariationCurve to define
impedance variations with tap step changes. |
|
|
|
|
| getRegulatingControl(self) |
|
|
|
|
getSvTapStep(self)
The tap step state associated with the tap changer. |
|
|
|
|
getTapSchedules(self)
A TapChanger can have TapSchedules. |
|
|
|
|
| removeTapSchedules(self,
*TapSchedules) |
|
|
|
|
| setImpedanceVariationCurve(self,
value) |
|
|
|
|
| setRegulatingControl(self,
value) |
|
|
|
|
| setSvTapStep(self,
value) |
|
|
|
|
| setTapSchedules(self,
value) |
|
|
|
Inherited from 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 Core.IdentifiedObject'.IdentifiedObject:
getModelingAuthoritySet,
setModelingAuthoritySet
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
|
_attr_types = {'highStep': <type 'int'>, 'initialDelay': <type...
|
|
|
_attrs = ['stepVoltageIncrement', 'normalStep', 'neutralStep',...
|
|
|
_defaults = {'highStep': 0, 'initialDelay': 0.0, 'lowStep': 0,...
|
|
|
_many_refs = ['TapSchedules']
|
|
|
_refs = ['SvTapStep', 'ImpedanceVariationCurve', 'TapSchedules...
|
|
|