A set of limits associated with equipmnet. Sets of limits might apply
to a specific temperature, or season for example. A set of limits may
contain may different severities of limit levels that would apply to the
same equipment. The set may contain limits of different types such as
apparent power and current limits or high and low voltage limits that
are logically applied together as a set.
|
__init__(self,
Equipment=None,
Terminal=None,
OperationalLimitValue=None,
*args,
**kw_args)
Initialises a new 'OperationalLimitSet' instance. |
|
|
|
addOperationalLimitValue(self,
*OperationalLimitValue) |
|
|
|
getEquipment(self)
The equpment to which the limit set applies. |
|
|
|
getOperationalLimitValue(self)
Values of equipment limits. |
|
|
|
getTerminal(self)
The terminal specifically associated to this operational limit set. |
|
|
|
removeOperationalLimitValue(self,
*OperationalLimitValue) |
|
|
|
setEquipment(self,
value) |
|
|
|
setOperationalLimitValue(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__
|