The parts of a power system that are physical devices, electronic or
mechanical
|
__init__(self,
normaIlyInService=False,
aggregate=False,
OperationalLimitSet=None,
ContingencyEquipment=None,
EquipmentContainer=None,
CustomerAgreements=None,
*args,
**kw_args)
Initialises a new 'Equipment' instance. |
|
|
|
addContingencyEquipment(self,
*ContingencyEquipment) |
|
|
|
addCustomerAgreements(self,
*CustomerAgreements) |
|
|
|
addOperationalLimitSet(self,
*OperationalLimitSet) |
|
|
|
getContingencyEquipment(self)
The contingency element associated with the equipment. |
|
|
|
getCustomerAgreements(self) |
|
|
|
getEquipmentContainer(self)
The association is used in the naming hierarchy. |
|
|
|
getOperationalLimitSet(self)
The equipment limit sets associated with the equipment. |
|
|
|
removeContingencyEquipment(self,
*ContingencyEquipment) |
|
|
|
removeCustomerAgreements(self,
*CustomerAgreements) |
|
|
|
removeOperationalLimitSet(self,
*OperationalLimitSet) |
|
|
|
setContingencyEquipment(self,
value) |
|
|
|
setCustomerAgreements(self,
value) |
|
|
|
setEquipmentContainer(self,
value) |
|
|
|
setOperationalLimitSet(self,
value) |
|
|
Inherited from PowerSystemResource'.PowerSystemResource :
addAssets ,
addBlock ,
addMeasurements ,
addOperatingShare ,
addPsrLists ,
addReportingGroup ,
getAssets ,
getBlock ,
getLocation ,
getMeasurements ,
getOperatingShare ,
getOutageSchedule ,
getPSRType ,
getPsrLists ,
getReportingGroup ,
removeAssets ,
removeBlock ,
removeMeasurements ,
removeOperatingShare ,
removePsrLists ,
removeReportingGroup ,
setAssets ,
setBlock ,
setLocation ,
setMeasurements ,
setOperatingShare ,
setOutageSchedule ,
setPSRType ,
setPsrLists ,
setReportingGroup
Inherited from IdentifiedObject'.IdentifiedObject :
getModelingAuthoritySet ,
setModelingAuthoritySet
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|