__init__(self,
unitSymbol='N',
unitMultiplier='M',
operationInProgress=False,
timeStamp='',
RemoteControl=None,
RegulatingCondEq=None,
ControlType=None,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'Control' instance.
- Parameters:
unitSymbol - The unit of measure of the controlled quantity. Values are:
"N", "A", "rad", "VAh",
"Pa", "J", "h", "Hz",
"VArh", "ohm", "H", "m3",
"deg", "V", "oC", "F",
"Wh", "s", "g", "min",
"S", "none", "W", "VAr",
"m2", "m", "VA"
unitMultiplier - The unit multiplier of the controlled quantity. Values are:
"M", "G", "d", "micro",
"c", "p", "n", "T",
"k", "m", "none"
operationInProgress - Indicates that a client is currently sending control commands
that has not completed
timeStamp - The last time a control output was sent
RemoteControl - The remote point controlling the physical actuator.
RegulatingCondEq - Regulating device governed by this control output.
ControlType - The type of Control
- Overrides:
object.__init__
|