An electrical connection point to a piece of conducting equipment.
Terminals are connected at physical connection points called
'connectivity nodes'.An electrical connection point to a piece of
conducting equipment. Terminals are connected at physical connection
points called 'connectivity nodes'.
|
|
__init__(self,
phases='s12N',
connected=False,
sequenceNumber=0,
BushingInfo=None,
TieFlow=None,
HasSecond_MutualCoupling=None,
OperationalLimitSet=None,
Measurements=None,
ConductingEquipment=None,
RegulatingControl=None,
HasFirst_MutualCoupling=None,
AuxiliaryEquipment=None,
TransformerEnd=None,
ConnectivityNode=None,
BranchGroupTerminal=None,
BusNameMarker=None,
SvPowerFlow=None,
TopologicalNode=None,
*args,
**kw_args)
Initialises a new 'Terminal' instance. |
|
|
|
|
| addAuxiliaryEquipment(self,
*AuxiliaryEquipment) |
|
|
|
|
| addBranchGroupTerminal(self,
*BranchGroupTerminal) |
|
|
|
|
| addHasFirst_MutualCoupling(self,
*HasFirst_MutualCoupling) |
|
|
|
|
| addHasSecond_MutualCoupling(self,
*HasSecond_MutualCoupling) |
|
|
|
|
| addMeasurements(self,
*Measurements) |
|
|
|
|
| addOperationalLimitSet(self,
*OperationalLimitSet) |
|
|
|
|
| addRegulatingControl(self,
*RegulatingControl) |
|
|
|
|
| addTieFlow(self,
*TieFlow) |
|
|
|
|
| addTransformerEnd(self,
*TransformerEnd) |
|
|
|
|
| getAuxiliaryEquipment(self) |
|
|
|
|
getBranchGroupTerminal(self)
The directed branch group terminals for which the terminal is
monitored. |
|
|
|
|
getBusNameMarker(self)
The BusNameMarker used to name the bus (TopologicalNode) with the
Terminal having the BusNameMarker. |
|
|
|
|
|
|
|
getConductingEquipment(self)
ConductingEquipment has 1 or 2 terminals that may be connected to
other ConductingEquipment terminals via ConnectivityNodes |
|
|
|
|
|
|
|
getHasFirst_MutualCoupling(self)
Mutual couplings associated with the branch as the first branch. |
|
|
|
|
getHasSecond_MutualCoupling(self)
Mutual couplings with the branch associated as the first branch. |
|
|
|
|
getMeasurements(self)
One or more measurements may be associated with a terminal in the
network. |
|
|
|
|
|
|
|
getRegulatingControl(self)
The terminal is regulated by a control. |
|
|
|
|
getSvPowerFlow(self)
The power flow state associated with the terminal. |
|
|
|
|
getTieFlow(self)
The control area tie flows to which this terminal associates. |
|
|
|
|
|
|
|
getTransformerEnd(self)
All transformer ends connected at this external terminal. |
|
|
|
|
| removeAuxiliaryEquipment(self,
*AuxiliaryEquipment) |
|
|
|
|
| removeBranchGroupTerminal(self,
*BranchGroupTerminal) |
|
|
|
|
| removeHasFirst_MutualCoupling(self,
*HasFirst_MutualCoupling) |
|
|
|
|
| removeHasSecond_MutualCoupling(self,
*HasSecond_MutualCoupling) |
|
|
|
|
| removeMeasurements(self,
*Measurements) |
|
|
|
|
| removeOperationalLimitSet(self,
*OperationalLimitSet) |
|
|
|
|
| removeRegulatingControl(self,
*RegulatingControl) |
|
|
|
|
| removeTieFlow(self,
*TieFlow) |
|
|
|
|
| removeTransformerEnd(self,
*TransformerEnd) |
|
|
|
|
| setAuxiliaryEquipment(self,
value) |
|
|
|
|
| setBranchGroupTerminal(self,
value) |
|
|
|
|
| setBusNameMarker(self,
value) |
|
|
|
|
| setBushingInfo(self,
value) |
|
|
|
|
| setConductingEquipment(self,
value) |
|
|
|
|
| setConnectivityNode(self,
value) |
|
|
|
|
| setHasFirst_MutualCoupling(self,
value) |
|
|
|
|
| setHasSecond_MutualCoupling(self,
value) |
|
|
|
|
| setMeasurements(self,
value) |
|
|
|
|
| setOperationalLimitSet(self,
value) |
|
|
|
|
| setRegulatingControl(self,
value) |
|
|
|
|
| setSvPowerFlow(self,
value) |
|
|
|
|
|
|
|
| setTopologicalNode(self,
value) |
|
|
|
|
| setTransformerEnd(self,
value) |
|
|
|
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__
|