cimpy.cgmes_v2_4_15.WindContQIEC module

class cimpy.cgmes_v2_4_15.WindContQIEC.WindContQIEC(iqh1=0.0, iqmax=0.0, iqmin=0.0, iqpost=0.0, kiq=0.0, kiu=0.0, kpq=0.0, kpu=0.0, kqv=0.0, qmax=0.0, qmin=0.0, rdroop=0.0, tiq=0, tpfilt=0, tpost=0, tqord=0, tufilt=0, udb1=0.0, udb2=0.0, umax=0.0, umin=0.0, uqdip=0.0, uref0=0.0, windLVRTQcontrolModesType=None, windQcontrolModesType=None, xdroop=0.0, WindTurbineType3or4IEC=None, *args, **kw_args)[source]

Q control model. Reference: IEC Standard 61400-27-1 Section 6.6.5.6.

iqh1

Maximum reactive current injection during dip (i). It is type dependent parameter. Default: 0.0

iqmax

Maximum reactive current injection (i). It is type dependent parameter. Default: 0.0

iqmin

Minimum reactive current injection (i). It is type dependent parameter. Default: 0.0

iqpost

Post fault reactive current injection (). It is project dependent parameter. Default: 0.0

kiq

Reactive power PI controller integration gain (). It is type dependent parameter. Default: 0.0

kiu

Voltage PI controller integration gain (). It is type dependent parameter. Default: 0.0

kpq

Reactive power PI controller proportional gain (). It is type dependent parameter. Default: 0.0

kpu

Voltage PI controller proportional gain (). It is type dependent parameter. Default: 0.0

kqv

Voltage scaling factor for LVRT current (). It is project dependent parameter. Default: 0.0

qmax

Maximum reactive power (q). It is type dependent parameter. Default: 0.0

qmin

Minimum reactive power (q). It is type dependent parameter. Default: 0.0

rdroop

Resistive component of voltage drop impedance (). It is project dependent parameter. Default: 0.0

tiq

Time constant in reactive current lag (T). It is type dependent parameter. Default: 0

tpfilt

Power measurement filter time constant (). It is type dependent parameter. Default: 0

tpost

Length of time period where post fault reactive power is injected (). It is project dependent parameter. Default: 0

tqord

Time constant in reactive power order lag (). It is type dependent parameter. Default: 0

tufilt

Voltage measurement filter time constant (). It is type dependent parameter. Default: 0

udb1

Voltage dead band lower limit (). It is type dependent parameter. Default: 0.0

udb2

Voltage dead band upper limit (). It is type dependent parameter. Default: 0.0

umax

Maximum voltage in voltage PI controller integral term (u). It is type dependent parameter. Default: 0.0

umin

Minimum voltage in voltage PI controller integral term (u). It is type dependent parameter. Default: 0.0

uqdip

Voltage threshold for LVRT detection in q control (). It is type dependent parameter. Default: 0.0

uref0

User defined bias in voltage reference (), used when =. It is case dependent parameter. Default: 0.0

windLVRTQcontrolModesType

Types of LVRT Q control modes (). It is project dependent parameter. Default: None

windQcontrolModesType

Types of general wind turbine Q control modes (). It is project dependent parameter. Default: None

xdroop

Inductive component of voltage drop impedance (). It is project dependent parameter. Default: 0.0

WindTurbineType3or4IEC

Wind turbine type 3 or 4 model with which this reactive control mode is associated. 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”

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: ‘’

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: ‘’

shortName

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

cgmesProfile

alias of cimpy.cgmes_v2_4_15.Base.Profile

Inheritance Diagram:

Inheritance diagram of cimpy.cgmes_v2_4_15.WindContQIEC