Package CIM14 :: Package IEC61970 :: Package OperationalLimits :: Module BranchGroupTerminal' :: Class BranchGroupTerminal
[hide private]
[frames] | no frames]

Class BranchGroupTerminal

      object --+    
               |    
Element'.Element --+
                   |
                  BranchGroupTerminal

A specific directed terminal flow for a branch group.

Instance Methods [hide private]
 
__init__(self, positiveFlowIn=False, BranchGroup=None, Terminal=None, *args, **kw_args)
Initialises a new 'BranchGroupTerminal' instance.
 
getBranchGroup(self)
The branch group to which the directed branch group terminals belong.
 
getTerminal(self)
The terminal to be summed.
 
setBranchGroup(self, value)
 
setTerminal(self, value)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _attr_types = {'positiveFlowIn': <type 'bool'>}
  _attrs = ['positiveFlowIn']
  _defaults = {'positiveFlowIn': False}
  _refs = ['BranchGroup', 'Terminal']

Inherited from Element'.Element (private): _enums, _many_refs

Properties [hide private]
  BranchGroup
The branch group to which the directed branch group terminals belong.
  Terminal
The terminal to be summed.

Inherited from object: __class__

Method Details [hide private]

__init__(self, positiveFlowIn=False, BranchGroup=None, Terminal=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'BranchGroupTerminal' instance.

Parameters:
  • positiveFlowIn - The flow into the terminal is summed if set true. The flow out of the terminanl is summed if set false.
  • BranchGroup - The branch group to which the directed branch group terminals belong.
  • Terminal - The terminal to be summed.
Overrides: object.__init__

Property Details [hide private]

BranchGroup

The branch group to which the directed branch group terminals belong.

Get Method:
getBranchGroup(self) - The branch group to which the directed branch group terminals belong.
Set Method:
setBranchGroup(self, value)

Terminal

The terminal to be summed.

Get Method:
getTerminal(self) - The terminal to be summed.
Set Method:
setTerminal(self, value)