cimpy.cgmes_v2_4_15.ExcIEEEST3A module

class cimpy.cgmes_v2_4_15.ExcIEEEST3A.ExcIEEEST3A(vimax=0.0, vimin=0.0, ka=0.0, ta=0, tb=0, tc=0, vrmax=0.0, vrmin=0.0, km=0.0, tm=0, vmmax=0.0, vmmin=0.0, kg=0.0, kp=0.0, thetap=0.0, ki=0.0, kc=0.0, xl=0.0, vbmax=0.0, vgmax=0.0, *args, **kw_args)[source]

The class represents IEEE Std 421.5-2005 type ST3A model. Some static systems utilize a field voltage control loop to linearize the exciter control characteristic. This also makes the output independent of supply source variations until supply limitations are reached. These systems utilize a variety of controlled-rectifier designs: full thyristor complements or hybrid bridges in either series or shunt configurations. The power source may consist of only a potential source, either fed from the machine terminals or from internal windings. Some designs may have compound power sources utilizing both machine potential and current. These power sources are represented as phasor combinations of machine terminal current and voltage and are accommodated by suitable parameters in model Type ST3A which is represented by ExcIEEEST3A. Reference: IEEE Standard 421.5-2005 Section 7.3.

vimax

Maximum voltage regulator input limit (V). Typical Value = 0.2. Default: 0.0

vimin

Minimum voltage regulator input limit (V). Typical Value = -0.2. Default: 0.0

ka

Voltage regulator gain (K). This is parameter K in the IEEE Std. Typical Value = 200. Default: 0.0

ta

Voltage regulator time constant (T). Typical Value = 0. Default: 0

tb

Voltage regulator time constant (T). Typical Value = 10. Default: 0

tc

Voltage regulator time constant (T). Typical Value = 1. Default: 0

vrmax

Maximum voltage regulator output (V). Typical Value = 10. Default: 0.0

vrmin

Minimum voltage regulator output (V). Typical Value = -10. Default: 0.0

km

Forward gain constant of the inner loop field regulator (K). Typical Value = 7.93. Default: 0.0

tm

Forward time constant of inner loop field regulator (T). Typical Value = 0.4. Default: 0

vmmax

Maximum inner loop output (V). Typical Value = 1. Default: 0.0

vmmin

Minimum inner loop output (V). Typical Value = 0. Default: 0.0

kg

Feedback gain constant of the inner loop field regulator (K). Typical Value = 1. Default: 0.0

kp

Potential circuit gain coefficient (K). Typical Value = 6.15. Default: 0.0

thetap

Potential circuit phase angle (thetap). Typical Value = 0. Default: 0.0

ki

Potential circuit gain coefficient (K). Typical Value = 0. Default: 0.0

kc

Rectifier loading factor proportional to commutating reactance (K). Typical Value = 0.2. Default: 0.0

xl

Reactance associated with potential source (X). Typical Value = 0.081. Default: 0.0

vbmax

Maximum excitation voltage (V). Typical Value = 6.9. Default: 0.0

vgmax

Maximum inner loop feedback voltage (V). Typical Value = 5.8. Default: 0.0

Documentation of parent class ExcitationSystemDynamics:

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

SynchronousMachineDynamics

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

PowerSystemStabilizerDynamics

Power system stabilizer 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

VoltageCompensatorDynamics

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

DiscontinuousExcitationControlDynamics

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

UnderexcitationLimiterDynamics

Undrexcitation limiter 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

OverexcitationLimiterDynamics

Overexcitation limiter 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”

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