A group of branch terminals whose directed flow summation is to be
monitored. Abranch group need not form a cutset of the network.
|
|
__init__(self,
minimumReactivePower=0.0,
monitorActivePower=False,
minimumActivePower=0.0,
maximumReactivePower=0.0,
maximumActivePower=0.0,
monitorReactivePower=False,
BranchGroupTerminal=None,
*args,
**kw_args)
Initialises a new 'BranchGroup' instance. |
|
|
|
|
| addBranchGroupTerminal(self,
*BranchGroupTerminal) |
|
|
|
|
getBranchGroupTerminal(self)
The directed branch group terminals to be summed. |
|
|
|
|
| removeBranchGroupTerminal(self,
*BranchGroupTerminal) |
|
|
|
|
| setBranchGroupTerminal(self,
value) |
|
|
|
Inherited from Core.IdentifiedObject'.IdentifiedObject:
getModelingAuthoritySet,
setModelingAuthoritySet
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|