cimpy.cgmes_v2_4_15.LoadStatic module

class cimpy.cgmes_v2_4_15.LoadStatic.LoadStatic(LoadAggregate=None, ep1=0.0, ep2=0.0, ep3=0.0, eq1=0.0, eq2=0.0, eq3=0.0, kp1=0.0, kp2=0.0, kp3=0.0, kp4=0.0, kpf=0.0, kq1=0.0, kq2=0.0, kq3=0.0, kq4=0.0, kqf=0.0, staticLoadModelType=None, *args, **kw_args)[source]

General static load model representing the sensitivity of the real and reactive power consumed by the load to the amplitude and frequency of the bus voltage.

LoadAggregate:

Aggregate load to which this aggregate static load belongs. Default: None

ep1:

First term voltage exponent for active power (Ep1). Used only when .staticLoadModelType = exponential. Default: 0.0

ep2:

Second term voltage exponent for active power (Ep2). Used only when .staticLoadModelType = exponential. Default: 0.0

ep3:

Third term voltage exponent for active power (Ep3). Used only when .staticLoadModelType = exponential. Default: 0.0

eq1:

First term voltage exponent for reactive power (Eq1). Used only when .staticLoadModelType = exponential. Default: 0.0

eq2:

Second term voltage exponent for reactive power (Eq2). Used only when .staticLoadModelType = exponential. Default: 0.0

eq3:

Third term voltage exponent for reactive power (Eq3). Used only when .staticLoadModelType = exponential. Default: 0.0

kp1:

First term voltage coefficient for active power (Kp1). Not used when .staticLoadModelType = constantZ. Default: 0.0

kp2:

Second term voltage coefficient for active power (Kp2). Not used when .staticLoadModelType = constantZ. Default: 0.0

kp3:

Third term voltage coefficient for active power (Kp3). Not used when .staticLoadModelType = constantZ. Default: 0.0

kp4:

Frequency coefficient for active power (Kp4). Must be non-zero when .staticLoadModelType = ZIP2. Not used for all other values of .staticLoadModelType. Default: 0.0

kpf:

Frequency deviation coefficient for active power (Kpf). Not used when .staticLoadModelType = constantZ. Default: 0.0

kq1:

First term voltage coefficient for reactive power (Kq1). Not used when .staticLoadModelType = constantZ. Default: 0.0

kq2:

Second term voltage coefficient for reactive power (Kq2). Not used when .staticLoadModelType = constantZ. Default: 0.0

kq3:

Third term voltage coefficient for reactive power (Kq3). Not used when .staticLoadModelType = constantZ. Default: 0.0

kq4:

Frequency coefficient for reactive power (Kq4). Must be non-zero when .staticLoadModelType = ZIP2. Not used for all other values of .staticLoadModelType. Default: 0.0

kqf:

Frequency deviation coefficient for reactive power (Kqf). Not used when .staticLoadModelType = constantZ. Default: 0.0

staticLoadModelType:

Type of static load model. Typical Value = constantZ. Default: None

Documentation of parent class IdentifiedObject:

This is a root class to provide common identification for all classes needing identification and naming attributes.

DiagramObjects:

The domain object to which this diagram object is associated. Default: “list”

description:

The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy. Default: ‘’

energyIdentCodeEic:

The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: Default: ‘’

mRID:

Master resource identifier issued by a model authority. The mRID is globally unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. Default: ‘’

name:

The name is any free human readable and possibly non unique text naming the object. Default: ‘’

shortName:

The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. Default: ‘’

Inheritance Diagram:

Inheritance diagram of cimpy.cgmes_v2_4_15.LoadStatic