Mechanism for changing transformer winding tap positions.Mechanism for
changing transformer winding tap positions.
|
|
__init__(self,
neutralU=0.0,
regulationStatus=False,
subsequentDelay=0.0,
normalStep=0,
ltcFlag=False,
lowStep=0,
neutralStep=0,
initialDelay=0.0,
highStep=0,
TapChangerInfo=None,
TapSchedules=None,
TapChangerControl=None,
SvTapStep=None,
*args,
**kw_args)
Initialises a new 'TapChanger' instance. |
|
|
|
|
| addTapSchedules(self,
*TapSchedules) |
|
|
|
|
getSvTapStep(self)
The tap step state associated with the tap changer. |
|
|
|
|
| getTapChangerControl(self) |
|
|
|
|
getTapChangerInfo(self)
Data for this tap changer. |
|
|
|
|
getTapSchedules(self)
A TapChanger can have TapSchedules. |
|
|
|
|
| removeTapSchedules(self,
*TapSchedules) |
|
|
|
|
| setSvTapStep(self,
value) |
|
|
|
|
| setTapChangerControl(self,
value) |
|
|
|
|
| setTapChangerInfo(self,
value) |
|
|
|
|
| setTapSchedules(self,
value) |
|
|
|
Inherited from Core.PowerSystemResource'.PowerSystemResource:
addAssets,
addChangeItems,
addDocumentRoles,
addErpOrganisationRoles,
addMeasurements,
addNetworkDataSets,
addOperatingShare,
addPSREvent,
addPsrLists,
addReportingGroup,
addSafetyDocuments,
addScheduleSteps,
getAssets,
getChangeItems,
getDocumentRoles,
getErpOrganisationRoles,
getLocation,
getMeasurements,
getNetworkDataSets,
getOperatingShare,
getOutageSchedule,
getPSREvent,
getPSRType,
getPsrLists,
getReportingGroup,
getSafetyDocuments,
getScheduleSteps,
removeAssets,
removeChangeItems,
removeDocumentRoles,
removeErpOrganisationRoles,
removeMeasurements,
removeNetworkDataSets,
removeOperatingShare,
removePSREvent,
removePsrLists,
removeReportingGroup,
removeSafetyDocuments,
removeScheduleSteps,
setAssets,
setChangeItems,
setDocumentRoles,
setErpOrganisationRoles,
setLocation,
setMeasurements,
setNetworkDataSets,
setOperatingShare,
setOutageSchedule,
setPSREvent,
setPSRType,
setPsrLists,
setReportingGroup,
setSafetyDocuments,
setScheduleSteps
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__
|
|
|
_attr_types = {'highStep': <type 'int'>, 'initialDelay': <type...
|
|
|
_attrs = ['neutralU', 'regulationStatus', 'subsequentDelay', '...
|
|
|
_defaults = {'highStep': 0, 'initialDelay': 0.0, 'lowStep': 0,...
|
|
|
_many_refs = ['TapSchedules']
|
|
|
_refs = ['TapChangerInfo', 'TapSchedules', 'TapChangerControl'...
|
|
|