Specifies a set of equipment that works together to control a power
system quantity such as voltage or flow.Although targetRange and
targetValue is optional, at least one must be used.
|
|
__init__(self,
targetRange=0.0,
mode="reactivePower",
discrete=False,
targetValue=0.0,
RegulationSchedule=None,
Terminal=None,
RegulatingCondEq=None,
TapChanger=None,
*args,
**kw_args)
Initialises a new 'RegulatingControl' instance. |
|
|
|
|
getRegulationSchedule(self)
Schedule for this Regulating regulating control. |
|
|
|
|
| setRegulationSchedule(self,
value) |
|
|
|
|
| addRegulationSchedule(self,
*RegulationSchedule) |
|
|
|
|
| removeRegulationSchedule(self,
*RegulationSchedule) |
|
|
|
|
getTerminal(self)
The terminal associated with this regulating control. |
|
|
|
|
|
|
|
getRegulatingCondEq(self)
The equipment that participates in this regulating control scheme. |
|
|
|
|
| setRegulatingCondEq(self,
value) |
|
|
|
|
| addRegulatingCondEq(self,
*RegulatingCondEq) |
|
|
|
|
| removeRegulatingCondEq(self,
*RegulatingCondEq) |
|
|
|
|
getTapChanger(self)
copy from reg conduting eq |
|
|
|
|
| setTapChanger(self,
value) |
|
|
|
|
| addTapChanger(self,
*TapChanger) |
|
|
|
|
| removeTapChanger(self,
*TapChanger) |
|
|
|
|
_attrs = ["targetRange", "mode", "discrete", "targetValue"]
|
|
|
_attr_types = {"targetRange": float, "mode": str, "discrete": ...
|
|
|
_defaults = {"targetRange": 0.0, "mode": "reactivePower", "dis...
|
|
|
_enums = {"mode": "RegulatingControlModeKind"}
|
|
|
_refs = ["RegulationSchedule", "Terminal", "RegulatingCondEq",...
|
|
|
_many_refs = ["RegulationSchedule", "RegulatingCondEq", "TapCh...
|
|
|
RegulationSchedule = property(getRegulationSchedule, setRegula...
|
|
|
Terminal = property(getTerminal, setTerminal)
|
|
|
RegulatingCondEq = property(getRegulatingCondEq, setRegulating...
|
|
|
TapChanger = property(getTapChanger, setTapChanger)
|