Package CIM14 :: Package IEC61970 :: Package LoadModel :: Module LoadGroup' :: Class LoadGroup
[hide private]
[frames] | no frames]

Class LoadGroup

                         object --+        
                                  |        
                   Element'.Element --+    
                                      |    
Core.IdentifiedObject'.IdentifiedObject --+
                                          |
                                         LoadGroup
Known Subclasses:

The class is the third level in a hierarchical structure for grouping of loads for the purpose of load flow load scaling.

Instance Methods [hide private]
 
__init__(self, SubLoadArea=None, *args, **kw_args)
Initialises a new 'LoadGroup' instance.
 
getSubLoadArea(self)
The SubLoadArea where the Loadgroup belongs.
 
setSubLoadArea(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 = {}
  _attrs = []
  _defaults = {}
  _refs = ['SubLoadArea']

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

Properties [hide private]
  SubLoadArea
The SubLoadArea where the Loadgroup belongs.

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, SubLoadArea=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'LoadGroup' instance.

Parameters:
  • SubLoadArea - The SubLoadArea where the Loadgroup belongs.
Overrides: object.__init__

Property Details [hide private]

SubLoadArea

The SubLoadArea where the Loadgroup belongs.

Get Method:
getSubLoadArea(self) - The SubLoadArea where the Loadgroup belongs.
Set Method:
setSubLoadArea(self, value)