Control is used for supervisory/device control. It represents control
outputs that are used to change the state in a process, e.g. close or
open breaker, a set point value or a raise lower command.
|
|
__init__(self,
timeStamp='',
operationInProgress=False,
Unit=None,
RegulatingCondEq=None,
ControlType=None,
RemoteControl=None,
*args,
**kw_args)
Initialises a new 'Control' instance. |
|
|
|
|
getControlType(self)
The type of Control |
|
|
|
|
getRegulatingCondEq(self)
Regulating device governed by this control output. |
|
|
|
|
getRemoteControl(self)
The remote point controlling the physical actuator. |
|
|
|
|
getUnit(self)
The Unit for the Control. |
|
|
|
|
| setControlType(self,
value) |
|
|
|
|
| setRegulatingCondEq(self,
value) |
|
|
|
|
| setRemoteControl(self,
value) |
|
|
|
|
|
|
Inherited from Core.IdentifiedObject'.IdentifiedObject:
getModelingAuthoritySet,
setModelingAuthoritySet
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|