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,
Terminals=None,
BaseVoltage=None,
*args,
**kw_args)
Initialises a new 'ConductingEquipment' instance. |
|
|
|
|
| addTerminals(self,
*Terminals) |
|
|
|
|
getBaseVoltage(self)
Use association to ConductingEquipment only when there is no
VoltageLevel container used.For the 2010 ENTSOE IOP, the BaseVoltage
association for SeriesCompensator and TransformerWinding is required. |
|
|
|
|
getTerminals(self)
ConductingEquipment has 1 or 2 terminals that may be connected to
other ConductingEquipment terminals via ConnectivityNodes |
|
|
|
|
| removeTerminals(self,
*Terminals) |
|
|
|
|
| setBaseVoltage(self,
value) |
|
|
|
|
| setTerminals(self,
value) |
|
|
|
Inherited from Equipment'.Equipment:
addOperationalLimitSet,
getEquipmentContainer,
getOperationalLimitSet,
removeOperationalLimitSet,
setEquipmentContainer,
setOperationalLimitSet
Inherited from PowerSystemResource'.PowerSystemResource:
addMeasurements,
getMeasurements,
removeMeasurements,
setMeasurements
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|