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

Class BranchGroup

                         object --+        
                                  |        
                   Element'.Element --+    
                                      |    
Core.IdentifiedObject'.IdentifiedObject --+
                                          |
                                         BranchGroup

A group of branch terminals whose directed flow summation is to be monitored. Abranch group need not form a cutset of the network.

Instance Methods [hide private]
 
__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__

Class Variables [hide private]
  _attr_types = {'maximumActivePower': <type 'float'>, 'maximumR...
  _attrs = ['minimumReactivePower', 'monitorActivePower', 'minim...
  _defaults = {'maximumActivePower': 0.0, 'maximumReactivePower'...
  _many_refs = ['BranchGroupTerminal']
  _refs = ['BranchGroupTerminal']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  BranchGroupTerminal
The directed branch group terminals to be summed.

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, minimumReactivePower=0.0, monitorActivePower=False, minimumActivePower=0.0, maximumReactivePower=0.0, maximumActivePower=0.0, monitorReactivePower=False, BranchGroupTerminal=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'BranchGroup' instance.

Parameters:
  • minimumReactivePower - The minimum reactive power flow.
  • monitorActivePower - Monitor the active power flow.
  • minimumActivePower - The minimum active power flow.
  • maximumReactivePower - The maximum reactive power flow.
  • maximumActivePower - The maximum active power flow.
  • monitorReactivePower - Monitor the reactive power flow.
  • BranchGroupTerminal - The directed branch group terminals to be summed.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'maximumActivePower': <type 'float'>,
 'maximumReactivePower': <type 'float'>,
 'minimumActivePower': <type 'float'>,
 'minimumReactivePower': <type 'float'>,
 'monitorActivePower': <type 'bool'>,
 'monitorReactivePower': <type 'bool'>}

_attrs

Value:
['minimumReactivePower',
 'monitorActivePower',
 'minimumActivePower',
 'maximumReactivePower',
 'maximumActivePower',
 'monitorReactivePower']

_defaults

Value:
{'maximumActivePower': 0.0,
 'maximumReactivePower': 0.0,
 'minimumActivePower': 0.0,
 'minimumReactivePower': 0.0,
 'monitorActivePower': False,
 'monitorReactivePower': False}

Property Details [hide private]

BranchGroupTerminal

The directed branch group terminals to be summed.

Get Method:
getBranchGroupTerminal(self) - The directed branch group terminals to be summed.
Set Method:
setBranchGroupTerminal(self, value)