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.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,
BaseVoltage=None,
ClearanceTags=None,
ProtectionEquipments=None,
Terminals=None,
OutageStepRoles=None,
SvStatus=None,
*args,
**kw_args)
Initialises a new 'ConductingEquipment' instance. |
|
|
|
|
| addClearanceTags(self,
*ClearanceTags) |
|
|
|
|
| addOutageStepRoles(self,
*OutageStepRoles) |
|
|
|
|
| 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) |
|
|
|
|
| removeOutageStepRoles(self,
*OutageStepRoles) |
|
|
|
|
| removeProtectionEquipments(self,
*ProtectionEquipments) |
|
|
|
|
| removeTerminals(self,
*Terminals) |
|
|
|
|
| setBaseVoltage(self,
value) |
|
|
|
|
| setClearanceTags(self,
value) |
|
|
|
|
| setOutageStepRoles(self,
value) |
|
|
|
|
| setProtectionEquipments(self,
value) |
|
|
|
|
|
|
|
| setTerminals(self,
value) |
|
|
|
Inherited from Equipment'.Equipment:
addContingencyEquipment,
addCustomerAgreements,
getContingencyEquipment,
getCustomerAgreements,
getEquipmentContainer,
removeContingencyEquipment,
removeCustomerAgreements,
setContingencyEquipment,
setCustomerAgreements,
setEquipmentContainer
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__
|
|
|
BaseVoltage
Use association to ConductingEquipment only when there is no
VoltageLevel container used.
|
|
|
ClearanceTags
Conducting equipment may have multiple clearance tags for authorized
field work
|
|
|
OutageStepRoles
|
|
|
ProtectionEquipments
Protection equipment may be used to protect specific Conducting
Equipment.
|
|
|
SvStatus
The status state associated with the conducting equipment.
|
|
|
Terminals
ConductingEquipment has 1 or 2 terminals that may be connected to
other ConductingEquipment terminals via ConnectivityNodes
|
|
Inherited from Equipment'.Equipment:
ContingencyEquipment,
CustomerAgreements,
EquipmentContainer
Inherited from PowerSystemResource'.PowerSystemResource:
Assets,
ChangeItems,
DocumentRoles,
ErpOrganisationRoles,
Location,
Measurements,
NetworkDataSets,
OperatingShare,
OutageSchedule,
PSREvent,
PSRType,
PsrLists,
ReportingGroup,
SafetyDocuments,
ScheduleSteps
Inherited from IdentifiedObject'.IdentifiedObject:
DiagramObjects,
ModelingAuthoritySet,
Names
Inherited from object:
__class__
|