cimpy.cgmes_v2_4_15.ExcELIN2 module

class cimpy.cgmes_v2_4_15.ExcELIN2.ExcELIN2(efdbas=0.0, iefmax=0.0, iefmax2=0.0, iefmin=0.0, k1=0.0, k1ec=0.0, k2=0.0, k3=0.0, k4=0.0, kd1=0.0, ke2=0.0, ketb=0.0, pid1max=0.0, seve1=0.0, seve2=0.0, tb1=0.0, te=0.0, te2=0.0, ti1=0.0, ti3=0.0, ti4=0.0, tr4=0.0, upmax=0.0, upmin=0.0, ve1=0.0, ve2=0.0, xp=0.0, *args, **kw_args)[source]

Detailed Excitation System Model - ELIN (VATECH). This model represents an all-static excitation system. A PI voltage controller establishes a desired field current set point for a proportional current controller. The integrator of the PI controller has a follow-up input to match its signal to the present field current. Power system stabilizer models used in conjunction with this excitation system model: PssELIN2, PssIEEE2B, Pss2B.

efdbas:

Gain (Efdbas). Typical Value = 0.1. Default: 0.0

iefmax:

Limiter (Iefmax). Typical Value = 1. Default: 0.0

iefmax2:

Minimum open circuit excitation voltage (Iefmax2). Typical Value = -5. Default: 0.0

iefmin:

Limiter (Iefmin). Typical Value = 1. Default: 0.0

k1:

Voltage regulator input gain (K1). Typical Value = 0. Default: 0.0

k1ec:

Voltage regulator input limit (K1ec). Typical Value = 2. Default: 0.0

k2:

Gain (K2). Typical Value = 5. Default: 0.0

k3:

Gain (K3). Typical Value = 0.1. Default: 0.0

k4:

Gain (K4). Typical Value = 0. Default: 0.0

kd1:

Voltage controller derivative gain (Kd1). Typical Value = 34.5. Default: 0.0

ke2:

Gain (Ke2). Typical Value = 0.1. Default: 0.0

ketb:

Gain (Ketb). Typical Value = 0.06. Default: 0.0

pid1max:

Controller follow up gain (PID1max). Typical Value = 2. Default: 0.0

seve1:

Exciter saturation function value at the corresponding exciter voltage, Ve1, back of commutating reactance (Se[Ve1]). Typical Value = 0. Default: 0.0

seve2:

Exciter saturation function value at the corresponding exciter voltage, Ve2, back of commutating reactance (Se[Ve2]). Typical Value = 1. Default: 0.0

tb1:

Voltage controller derivative washout time constant (Tb1). Typical Value = 12.45. Default: 0.0

te:

Time constant (Te). Typical Value = 0. Default: 0.0

te2:

Time Constant (Te2). Typical Value = 1. Default: 0.0

ti1:

Controller follow up dead band (Ti1). Typical Value = 0. Default: 0.0

ti3:

Time constant (Ti3). Typical Value = 3. Default: 0.0

ti4:

Time constant (Ti4). Typical Value = 0. Default: 0.0

tr4:

Time constant (Tr4). Typical Value = 1. Default: 0.0

upmax:

Limiter (Upmax). Typical Value = 3. Default: 0.0

upmin:

Limiter (Upmin). Typical Value = 0. Default: 0.0

ve1:

Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve1). Typical Value = 3. Default: 0.0

ve2:

Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve2). Typical Value = 0. Default: 0.0

xp:

Excitation transformer effective reactance (Xp). Typical Value = 1. Default: 0.0

Documentation of parent class ExcitationSystemDynamics:

Excitation system function block whose behavior is described by reference to a standard model

DiscontinuousExcitationControlDynamics:

Discontinuous excitation control model associated with this excitation system model. Default: None

OverexcitationLimiterDynamics:

Overexcitation limiter model associated with this excitation system model. Default: None

PFVArControllerType1Dynamics:

Power Factor or VAr controller Type I model associated with this excitation system model. Default: None

PFVArControllerType2Dynamics:

Power Factor or VAr controller Type II model associated with this excitation system model. Default: None

PowerSystemStabilizerDynamics:

Power system stabilizer model associated with this excitation system model. Default: None

SynchronousMachineDynamics:

Synchronous machine model with which this excitation system model is associated. Default: None

UnderexcitationLimiterDynamics:

Undrexcitation limiter model associated with this excitation system model. Default: None

VoltageCompensatorDynamics:

Voltage compensator model associated with this excitation system model. Default: None

Documentation of parent class DynamicsFunctionBlock:

Abstract parent class for all Dynamics function blocks.

enabled:

Function block used indicator. true = use of function block is enabled false = use of function block is disabled. Default: False

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