CIM14 :: CPSM :: Equipment :: LoadModel :: ConformLoad :: ConformLoad :: Class ConformLoad
[hide private]
[frames] | no frames]

Class ConformLoad

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

ConformLoad represent loads that follow a daily load change pattern where the pattern can be used to scale the load with a system load.- [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 ConformLoad can be defined as a percentage of the ConformLoadGroup with the attributes “pfixedPct” and “qfixedPct”. In this case, the associated ConformLoadGroup would have to have an associated ConformLoadSchedule. - See EnergyConsumer for specific notes about inherited attributes.

Instance Methods [hide private]
 
__init__(self, LoadGroup=None, *args, **kw_args)
Initialises a new 'ConformLoad' 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 'ConformLoad' instance.

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