cimpy.cgmes_v2_4_15.WindContPType3IEC module

class cimpy.cgmes_v2_4_15.WindContPType3IEC.WindContPType3IEC(dpmax=0.0, dtrisemaxlvrt=0.0, kdtd=0.0, kip=0.0, kpp=0.0, mplvrt=False, omegaoffset=0.0, pdtdmax=0.0, rramp=0.0, tdvs=0, temin=0.0, tomegafilt=0, tpfilt=0, tpord=0.0, tufilt=0, tuscale=0.0, twref=0, udvs=0.0, updip=0.0, wdtd=0.0, zeta=0.0, WindGenTurbineType3IEC=None, WindDynamicsLookupTable='list', *args, **kw_args)[source]

P control model Type 3. Reference: IEC Standard 61400-27-1 Section 6.6.5.3.

dpmax

Maximum wind turbine power ramp rate (). It is project dependent parameter. Default: 0.0

dtrisemaxlvrt

Limitation of torque rise rate during LVRT for S (d). It is project dependent parameter. Default: 0.0

kdtd

Gain for active drive train damping (). It is type dependent parameter. Default: 0.0

kip

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

kpp

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

mplvrt

Enable LVRT power control mode (M true = 1: voltage control false = 0: reactive power control. It is project dependent parameter. Default: False

omegaoffset

Offset to reference value that limits controller action during rotor speed changes (omega). It is case dependent parameter. Default: 0.0

pdtdmax

Maximum active drive train damping power (). It is type dependent parameter. Default: 0.0

rramp

Ramp limitation of torque, required in some grid codes (). It is project dependent parameter. Default: 0.0

tdvs

Timedelay after deep voltage sags (T). It is project dependent parameter. Default: 0

temin

Minimum electrical generator torque (). It is type dependent parameter. Default: 0.0

tomegafilt

Filter time constant for generator speed measurement (). It is type dependent parameter. Default: 0

tpfilt

Filter time constant for power measurement (). It is type dependent parameter. Default: 0

tpord

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

tufilt

Filter time constant for voltage measurement (). It is type dependent parameter. Default: 0

tuscale

Voltage scaling factor of reset-torque (T). It is project dependent parameter. Default: 0.0

twref

Time constant in speed reference filter (). It is type dependent parameter. Default: 0

udvs

Voltage limit for hold LVRT status after deep voltage sags (). It is project dependent parameter. Default: 0.0

updip

Voltage dip threshold for P-control (). Part of turbine control, often different (e.g 0.8) from converter thresholds. It is project dependent parameter. Default: 0.0

wdtd

Active drive train damping frequency (omega). It can be calculated from two mass model parameters. It is type dependent parameter. Default: 0.0

zeta

Coefficient for active drive train damping (zeta). It is type dependent parameter. Default: 0.0

WindGenTurbineType3IEC

Wind turbine type 3 model with which this Wind control P type 3 model is associated. Default: None

WindDynamicsLookupTable

The P control type 3 model with which this wind dynamics lookup table is associated. Default: “list”

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.WindContPType3IEC