| Trees | Indices | Help |
|
|---|
|
|
Core.ConductingEquipment.ConductingEquipment --+
|
EnergyConsumer
Generic user of energy - a point of consumption on the power system model- [R8.2] is satisfied by navigation to ConnectivityNode and Substation - The definition of the real and reactive power injections for an EnergyConsumer can be done using different sets of attributes. In the simplest case, the injections can be defined directly using only the attributes âpfixedâ and âqfixedâ. - To specify conforming and nonconforming loads, the classes ConformLoad, NonConformLoad, or their subtypes should be used. - The attributes defining the affect of voltage and frequency on the injection defined by an associated LoadResponseCharacteristic should be supplied, if they are available, but are not required.
|
|||
|
|||
|
|||
|
|||
|
|||
_attrs = ["pfixed", "pfixedPct", "qfixedPct", "qfixed"]
|
|||
_attr_types = {"pfixed": float, "pfixedPct": float, "qfixedPct
|
|||
_defaults = {"pfixed": 0.0, "pfixedPct": 0.0, "qfixedPct": 0.0
|
|||
_enums = {}
|
|||
_refs = ["LoadResponse"]
|
|||
_many_refs = []
|
|||
LoadResponse = property(getLoadResponse, setLoadResponse)
|
|||
|
|||
Initialises a new 'EnergyConsumer' instance.
|
|
|||
_attr_types
|
_defaults
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Jul 2 18:27:38 2011 | http://epydoc.sourceforge.net |