The parts of a power system that are physical devices, electronic or
mechanical
|
|
__init__(self,
aggregate=False,
OperationalLimitSet=None,
EquipmentContainer=None,
*args,
**kw_args)
Initialises a new 'Equipment' instance. |
|
|
|
|
| addOperationalLimitSet(self,
*OperationalLimitSet) |
|
|
|
|
getEquipmentContainer(self)
The association is used in the naming hierarchy. |
|
|
|
|
getOperationalLimitSet(self)
The equipment limit sets associated with the equipment. |
|
|
|
|
| removeOperationalLimitSet(self,
*OperationalLimitSet) |
|
|
|
|
| setEquipmentContainer(self,
value) |
|
|
|
|
| setOperationalLimitSet(self,
value) |
|
|
|
Inherited from PowerSystemResource'.PowerSystemResource:
addMeasurements,
getMeasurements,
removeMeasurements,
setMeasurements
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|