The parts of the power system that are designed to carry current or
that are conductively connected therewith. ConductingEquipment is
contained within an EquipmentContainer that may be a Substation, or a
VoltageLevel or a Bay within a Substation.
|
|
__init__(self,
phases='A',
ClearanceTags=None,
SvStatus=None,
Terminals=None,
BaseVoltage=None,
ProtectionEquipments=None,
*args,
**kw_args)
Initialises a new 'ConductingEquipment' instance. |
|
|
|
|
| addClearanceTags(self,
*ClearanceTags) |
|
|
|
|
| addProtectionEquipments(self,
*ProtectionEquipments) |
|
|
|
|
| addTerminals(self,
*Terminals) |
|
|
|
|
getBaseVoltage(self)
Use association to ConductingEquipment only when there is no
VoltageLevel container used. |
|
|
|
|
getClearanceTags(self)
Conducting equipment may have multiple clearance tags for authorized
field work |
|
|
|
|
|
|
|
getSvStatus(self)
The status state associated with the conducting equipment. |
|
|
|
|
getTerminals(self)
ConductingEquipment has 1 or 2 terminals that may be connected to
other ConductingEquipment terminals via ConnectivityNodes |
|
|
|
|
| removeClearanceTags(self,
*ClearanceTags) |
|
|
|
|
| removeProtectionEquipments(self,
*ProtectionEquipments) |
|
|
|
|
| removeTerminals(self,
*Terminals) |
|
|
|
|
| setBaseVoltage(self,
value) |
|
|
|
|
| setClearanceTags(self,
value) |
|
|
|
|
| setProtectionEquipments(self,
value) |
|
|
|
|
|
|
|
| setTerminals(self,
value) |
|
|
|
Inherited from Equipment'.Equipment:
addContingencyEquipment,
addCustomerAgreements,
addOperationalLimitSet,
getContingencyEquipment,
getCustomerAgreements,
getEquipmentContainer,
getOperationalLimitSet,
removeContingencyEquipment,
removeCustomerAgreements,
removeOperationalLimitSet,
setContingencyEquipment,
setCustomerAgreements,
setEquipmentContainer,
setOperationalLimitSet
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__
|