Package CIM15 :: Package CDPSM :: Package Balanced :: Package IEC61970 :: Package Wires :: Module EnergyConsumer' :: Class EnergyConsumer
[hide private]
[frames] | no frames]

Class EnergyConsumer

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

Generic user of energy - a point of consumption on the power system model

Instance Methods [hide private]
 
__init__(self, customerCount=0, pfixedPct=0.0, qfixedPct=0.0, qfixed=0.0, pfixed=0.0, LoadResponse=None, *args, **kw_args)
Initialises a new 'EnergyConsumer' instance.
 
getLoadResponse(self)
The load response characteristic of this load.
 
setLoadResponse(self, value)

Inherited from Core.IdentifiedObject'.IdentifiedObject: addNames, getNames, removeNames, setNames

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

Class Variables [hide private]
  _attr_types = {'customerCount': <type 'int'>, 'pfixed': <type ...
  _attrs = ['customerCount', 'pfixedPct', 'qfixedPct', 'qfixed',...
  _defaults = {'customerCount': 0, 'pfixed': 0.0, 'pfixedPct': 0...
  _many_refs = []
  _refs = ['LoadResponse']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  LoadResponse
The load response characteristic of this load.

Inherited from Core.IdentifiedObject'.IdentifiedObject: Names

Inherited from object: __class__

Method Details [hide private]

__init__(self, customerCount=0, pfixedPct=0.0, qfixedPct=0.0, qfixed=0.0, pfixed=0.0, LoadResponse=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'EnergyConsumer' instance.

Parameters:
  • customerCount - Number of individual customers represented by this Demand
  • pfixedPct - Fixed active power as per cent of load group fixed active power. Load sign convention is used, i.e. positive sign means flow out from a node.
  • qfixedPct - Fixed reactive power as per cent of load group fixed reactive power. Load sign convention is used, i.e. positive sign means flow out from a node.
  • qfixed - Reactive power of the load that is a fixed quantity. Load sign convention is used, i.e. positive sign means flow out from a node.
  • pfixed - Active power of the load that is a fixed quantity. Load sign convention is used, i.e. positive sign means flow out from a node.
  • LoadResponse - The load response characteristic of this load.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'customerCount': <type 'int'>,
 'pfixed': <type 'float'>,
 'pfixedPct': <type 'float'>,
 'qfixed': <type 'float'>,
 'qfixedPct': <type 'float'>}

_attrs

Value:
['customerCount', 'pfixedPct', 'qfixedPct', 'qfixed', 'pfixed']

_defaults

Value:
{'customerCount': 0,
 'pfixed': 0.0,
 'pfixedPct': 0.0,
 'qfixed': 0.0,
 'qfixedPct': 0.0}

Property Details [hide private]

LoadResponse

The load response characteristic of this load.

Get Method:
getLoadResponse(self) - The load response characteristic of this load.
Set Method:
setLoadResponse(self, value)