Specifies a set of equipment that works together to control a power
system quantity such as voltage or flow.
|
__init__(self,
mode=' fixed ' ,
targetRange=0.0,
discrete=False,
targetValue=0.0,
RegulationSchedule=None,
Terminal=None,
TapChanger=None,
RegulatingCondEq=None,
*args,
**kw_args)
Initialises a new 'RegulatingControl' instance. |
|
|
|
addRegulatingCondEq(self,
*RegulatingCondEq) |
|
|
|
addRegulationSchedule(self,
*RegulationSchedule) |
|
|
|
addTapChanger(self,
*TapChanger) |
|
|
|
getRegulatingCondEq(self)
The equipment that participates in this regulating control scheme. |
|
|
|
getRegulationSchedule(self)
Schedule for this Regulating regulating control. |
|
|
|
getTapChanger(self)
copy from reg conduting eq |
|
|
|
getTerminal(self)
The terminal associated with this regulating control. |
|
|
|
removeRegulatingCondEq(self,
*RegulatingCondEq) |
|
|
|
removeRegulationSchedule(self,
*RegulationSchedule) |
|
|
|
removeTapChanger(self,
*TapChanger) |
|
|
|
setRegulatingCondEq(self,
value) |
|
|
|
setRegulationSchedule(self,
value) |
|
|
|
setTapChanger(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 = { ' discrete ' : <type 'bool'>, ' mode ' : <type 'str'>...
|
|
_attrs = [ ' mode ' , ' targetRange ' , ' discrete ' , ' targetValue ' ]
|
|
_defaults = { ' discrete ' : False, ' mode ' : ' fixed ' , ' targetRange ' ...
|
|
_enums = { ' mode ' : ' RegulatingControlModeKind ' }
|
|
_many_refs = [ ' RegulationSchedule ' , ' TapChanger ' , ' RegulatingC ...
|
|
_refs = [ ' RegulationSchedule ' , ' Terminal ' , ' TapChanger ' , ' Regu ...
|