CIM14 :: ENTSOE :: Equipment :: LoadModel :: NonConformLoad :: NonConformLoad :: Class NonConformLoad
[hide private]
[frames] | no frames]

Class NonConformLoad

Core.ConductingEquipment.ConductingEquipment --+    
                                               |    
             Wires.EnergyConsumer.EnergyConsumer --+
                                                   |
                                                  NonConformLoad

NonConformLoad represent loads that do not follow a daily load change pattern and changes are not correlated with the daily load change pattern.- [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”. - The injections for a NonConformLoad can be defined as a percentage of the NonConformLoadGroup with the attributes “pfixedPct” and “qfixedPct”. In this case, the associated NonConformLoadGroup would have to have an associated NonConformLoadSchedule. - 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.

Instance Methods [hide private]
 
__init__(self, LoadGroup=None, *args, **kw_args)
Initialises a new 'NonConformLoad' instance.
 
getLoadGroup(self)
Group of this ConformLoad.
 
setLoadGroup(self, value)

Inherited from Wires.EnergyConsumer.EnergyConsumer: getLoadResponse, setLoadResponse

Class Variables [hide private]
  _attrs = []
  _attr_types = {}
  _defaults = {}
  _enums = {}
  _refs = ["LoadGroup"]
  _many_refs = []
  LoadGroup = property(getLoadGroup, setLoadGroup)

Inherited from Wires.EnergyConsumer.EnergyConsumer: LoadResponse

Instance Variables [hide private]

Inherited from Wires.EnergyConsumer.EnergyConsumer: pfixed, pfixedPct, qfixed, qfixedPct

Method Details [hide private]

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

 

Initialises a new 'NonConformLoad' instance.

Parameters:
  • LoadGroup - Group of this ConformLoad.
Overrides: Wires.EnergyConsumer.EnergyConsumer.__init__