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

Class LoadStatic

                                    object --+                
                                             |                
                              Element'.Element --+            
                                                 |            
  IEC61970.Core.IdentifiedObject'.IdentifiedObject --+        
                                                     |        
IEC61970.Core.PowerSystemResource'.PowerSystemResource --+    
                                                         |    
                              AggregateLoad'.AggregateLoad --+
                                                             |
                                                            LoadStatic
Known Subclasses:

General Static Load Model. A static load model represents the sensitivity of the real and reactive power consumed by the load to the amplitude and frequency of the bus voltage.

Instance Methods [hide private]
 
__init__(self, staticLoadType='ZIP1', ep1=0.0, kp3=0.0, eq3=0.0, kp2=0.0, eq2=0.0, kqf=0.0, kq4=0.0, kq2=0.0, kp1=0.0, ep2=0.0, eq1=0.0, kpf=0.0, kp4=0.0, kq3=0.0, ep3=0.0, kq1=0.0, *args, **kw_args)
Initialises a new 'LoadStatic' 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 = {'ep1': <type 'float'>, 'ep2': <type 'float'>, '...
  _attrs = ['staticLoadType', 'ep1', 'kp3', 'eq3', 'kp2', 'eq2',...
  _defaults = {'ep1': 0.0, 'ep2': 0.0, 'ep3': 0.0, 'eq1': 0.0, '...
  _enums = {'staticLoadType': 'StaticLoadType'}
  _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, staticLoadType='ZIP1', ep1=0.0, kp3=0.0, eq3=0.0, kp2=0.0, eq2=0.0, kqf=0.0, kq4=0.0, kq2=0.0, kp1=0.0, ep2=0.0, eq1=0.0, kpf=0.0, kp4=0.0, kq3=0.0, ep3=0.0, kq1=0.0, *args, **kw_args)
(Constructor)

 

Initialises a new 'LoadStatic' 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__

Class Variable Details [hide private]

_attr_types

Value:
{'ep1': <type 'float'>,
 'ep2': <type 'float'>,
 'ep3': <type 'float'>,
 'eq1': <type 'float'>,
 'eq2': <type 'float'>,
 'eq3': <type 'float'>,
 'kp1': <type 'float'>,
 'kp2': <type 'float'>,
...

_attrs

Value:
['staticLoadType',
 'ep1',
 'kp3',
 'eq3',
 'kp2',
 'eq2',
 'kqf',
 'kq4',
...

_defaults

Value:
{'ep1': 0.0,
 'ep2': 0.0,
 'ep3': 0.0,
 'eq1': 0.0,
 'eq2': 0.0,
 'eq3': 0.0,
 'kp1': 0.0,
 'kp2': 0.0,
...