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

Class EnergyConsumer

                           object --+                    
                                    |                    
                     Element'.Element --+                
                                        |                
  Core.IdentifiedObject'.IdentifiedObject --+            
                                            |            
Core.PowerSystemResource'.PowerSystemResource --+        
                                                |        
                        Core.Equipment'.Equipment --+    
                                                    |    
        Core.ConductingEquipment'.ConductingEquipment --+
                                                        |
                                                       EnergyConsumer

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

Instance Methods [hide private]
 
__init__(self, pfixed=0.0, pfixedPct=0.0, qfixedPct=0.0, qfixed=0.0, customerCount=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.ConductingEquipment'.ConductingEquipment: addTerminals, getBaseVoltage, getTerminals, removeTerminals, setBaseVoltage, setTerminals

Inherited from Core.Equipment'.Equipment: getEquipmentContainer, setEquipmentContainer

Inherited from Core.PowerSystemResource'.PowerSystemResource: getGeoLocation, getPSRType, setGeoLocation, setPSRType

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 = ['pfixed', 'pfixedPct', 'qfixedPct', 'qfixed', 'custo...
  _defaults = {'customerCount': 0, 'pfixed': 0.0, 'pfixedPct': 0...
  _enums = {}
  _many_refs = []
  _refs = ['LoadResponse']
Properties [hide private]
  LoadResponse
The load response characteristic of this load.

Inherited from Core.ConductingEquipment'.ConductingEquipment: BaseVoltage, Terminals

Inherited from Core.Equipment'.Equipment: EquipmentContainer

Inherited from Core.PowerSystemResource'.PowerSystemResource: GeoLocation, PSRType

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'EnergyConsumer' instance.

Parameters:
  • pfixed - Active power of the load that is a fixed quantity.
  • pfixedPct - Fixed active power as per cent of load group fixed active power
  • qfixedPct - Fixed reactive power as per cent of load group fixed reactive power.
  • qfixed - Reactive power of the load that is a fixed quantity.
  • customerCount - Number of individual customers represented by this Demand
  • 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:
['pfixed', 'pfixedPct', 'qfixedPct', 'qfixed', 'customerCount']

_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)