The parts of a power system that are physical devices, electronic or
mechanicalThe parts of a power system that are physical devices,
electronic or mechanical
|
|
__init__(self,
normallyInService=False,
aggregate=False,
ContingencyEquipment=None,
CustomerAgreements=None,
EquipmentContainer=None,
*args,
**kw_args)
Initialises a new 'Equipment' instance. |
|
|
|
|
| addContingencyEquipment(self,
*ContingencyEquipment) |
|
|
|
|
| addCustomerAgreements(self,
*CustomerAgreements) |
|
|
|
|
getContingencyEquipment(self)
The contingency element associated with the equipment. |
|
|
|
|
| getCustomerAgreements(self) |
|
|
|
|
getEquipmentContainer(self)
The association is used in the naming hierarchy. |
|
|
|
|
| removeContingencyEquipment(self,
*ContingencyEquipment) |
|
|
|
|
| removeCustomerAgreements(self,
*CustomerAgreements) |
|
|
|
|
| setContingencyEquipment(self,
value) |
|
|
|
|
| setCustomerAgreements(self,
value) |
|
|
|
|
| setEquipmentContainer(self,
value) |
|
|
|
Inherited from PowerSystemResource'.PowerSystemResource:
addAssets,
addChangeItems,
addDocumentRoles,
addErpOrganisationRoles,
addMeasurements,
addNetworkDataSets,
addOperatingShare,
addPSREvent,
addPsrLists,
addReportingGroup,
addSafetyDocuments,
addScheduleSteps,
getAssets,
getChangeItems,
getDocumentRoles,
getErpOrganisationRoles,
getLocation,
getMeasurements,
getNetworkDataSets,
getOperatingShare,
getOutageSchedule,
getPSREvent,
getPSRType,
getPsrLists,
getReportingGroup,
getSafetyDocuments,
getScheduleSteps,
removeAssets,
removeChangeItems,
removeDocumentRoles,
removeErpOrganisationRoles,
removeMeasurements,
removeNetworkDataSets,
removeOperatingShare,
removePSREvent,
removePsrLists,
removeReportingGroup,
removeSafetyDocuments,
removeScheduleSteps,
setAssets,
setChangeItems,
setDocumentRoles,
setErpOrganisationRoles,
setLocation,
setMeasurements,
setNetworkDataSets,
setOperatingShare,
setOutageSchedule,
setPSREvent,
setPSRType,
setPsrLists,
setReportingGroup,
setSafetyDocuments,
setScheduleSteps
Inherited from IdentifiedObject'.IdentifiedObject:
addDiagramObjects,
addNames,
getDiagramObjects,
getModelingAuthoritySet,
getNames,
removeDiagramObjects,
removeNames,
setDiagramObjects,
setModelingAuthoritySet,
setNames
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|