Package CIM14 :: Package Dynamics :: Package Loads :: Module LoadStaticArea' :: Class LoadStaticArea
[hide private]
[frames] | no frames]

Class LoadStaticArea

                                    object --+                    
                                             |                    
                              Element'.Element --+                
                                                 |                
  IEC61970.Core.IdentifiedObject'.IdentifiedObject --+            
                                                     |            
IEC61970.Core.PowerSystemResource'.PowerSystemResource --+        
                                                         |        
                              AggregateLoad'.AggregateLoad --+    
                                                             |    
                                        LoadStatic'.LoadStatic --+
                                                                 |
                                                                LoadStaticArea

Static load associated with an Area.

Instance Methods [hide private]
 
__init__(self, *args, **kw_args)
Initialises a new 'LoadStaticArea' instance.

Inherited from AggregateLoad'.AggregateLoad: addenergyConsumer0, getenergyConsumer0, removeenergyConsumer0, setenergyConsumer0

Inherited from IEC61970.Core.PowerSystemResource'.PowerSystemResource: addAssets, addBlock, addMeasurements, addOperatingShare, addPsrLists, addReportingGroup, getAssets, getBlock, getLocation, getMeasurements, getOperatingShare, getOutageSchedule, getPSRType, getPsrLists, getReportingGroup, removeAssets, removeBlock, removeMeasurements, removeOperatingShare, removePsrLists, removeReportingGroup, setAssets, setBlock, setLocation, setMeasurements, setOperatingShare, setOutageSchedule, setPSRType, setPsrLists, setReportingGroup

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: getModelingAuthoritySet, setModelingAuthoritySet

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

Class Variables [hide private]
  _attr_types = {}
  _attrs = []
  _defaults = {}
  _enums = {}

Inherited from LoadStatic'.LoadStatic (private): _many_refs, _refs

Properties [hide private]

Inherited from AggregateLoad'.AggregateLoad: energyConsumer0

Inherited from IEC61970.Core.PowerSystemResource'.PowerSystemResource: Assets, Block, Location, Measurements, OperatingShare, OutageSchedule, PSRType, PsrLists, ReportingGroup

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kw_args)
(Constructor)

 

Initialises a new 'LoadStaticArea' instance.

Parameters:
  • staticLoadType - Type of static load model Values are: "ZIP1", "exponential", "ZIP2"
  • ep1
  • kp3
  • eq3
  • kp2
  • eq2
  • kqf
  • kq4
  • kq2
  • kp1
  • ep2
  • eq1
  • kpf
  • kp4
  • kq3
  • ep3
  • kq1
Overrides: object.__init__