__init__(self,
mode='fixed',
targetRange=0.0,
discrete=False,
targetValue=0.0,
monitoredPhase='s12N',
RegulatingCondEq=None,
Terminal=None,
RegulationSchedule=None,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'RegulatingControl' instance.
- Parameters:
mode - The regulating control mode presently available. This
specifications allows for determining the kind of regualation
without need for obtaining the units from a schedule. Values are:
"fixed", "timeScheduled",
"voltage", "admittance",
"reactivePower", "powerFactor",
"currentFlow", "activePower",
"temperature"
targetRange - This is the case input target range. This performs the same
function as the value2 attribute on the regulation schedule in
the case that schedules are not used. The units of those
appropriate for the mode.
discrete - The regulation is performed in a discrete mode.
targetValue - The target value specified for case input. This value can be
used for the target value wihout the use of schedules. The value
has the units appropriate to the mode attribute.
monitoredPhase - Phase voltage controlling this regulator, measured at regulator
location. Values are: "s12N", "BN",
"BC", "ABN", "s2N", "N",
"ACN", "BCN", "ABCN",
"AC", "s1N", "AN", "B",
"AB", "C", "A", "CN",
"ABC"
RegulatingCondEq - The equipment that participates in this regulating control
scheme.
Terminal - The terminal associated with this regulating control.
RegulationSchedule - Schedule for this Regulating regulating control.
- Overrides:
object.__init__
|