Packages

final case class ExcREXS(ExcitationSystemDynamics: ExcitationSystemDynamics = null, e1: Double = 0.0, e2: Double = 0.0, fbf: String = null, flimf: Double = 0.0, kc: Double = 0.0, kd: Double = 0.0, ke: Double = 0.0, kefd: Double = 0.0, kf: Double = 0.0, kh: Double = 0.0, kii: Double = 0.0, kip: Double = 0.0, ks: Double = 0.0, kvi: Double = 0.0, kvp: Double = 0.0, kvphz: Double = 0.0, nvphz: Double = 0.0, se1: Double = 0.0, se2: Double = 0.0, ta: Double = 0.0, tb1: Double = 0.0, tb2: Double = 0.0, tc1: Double = 0.0, tc2: Double = 0.0, te: Double = 0.0, tf: Double = 0.0, tf1: Double = 0.0, tf2: Double = 0.0, tp: Double = 0.0, vcmax: Double = 0.0, vfmax: Double = 0.0, vfmin: Double = 0.0, vimax: Double = 0.0, vrmax: Double = 0.0, vrmin: Double = 0.0, xc: Double = 0.0) extends Element with Product with Serializable

General purpose rotating excitation system.

This model can be used to represent a wide range of excitation systems whose DC power source is an AC or DC generator. It encompasses IEEE type AC1, AC2, DC1, and DC2 excitation system models.

ExcitationSystemDynamics

ExcitationSystemDynamics Reference to the superclass object.

e1

Field voltage value 1 (E1). Typical value = 3.

e2

Field voltage value 2 (E2). Typical value = 4.

fbf

Rate feedback signal flag (fbf). Typical value = fieldCurrent.

flimf

Limit type flag (Flimf). Typical value = 0.

kc

Rectifier regulation factor (Kc). Typical value = 0,05.

kd

Exciter regulation factor (Kd). Typical value = 2.

ke

Exciter field proportional constant (Ke). Typical value = 1.

kefd

Field voltage feedback gain (Kefd). Typical value = 0.

kf

Rate feedback gain (Kf) (>= 0). Typical value = 0,05.

kh

Field voltage controller feedback gain (Kh). Typical value = 0.

kii

Field current regulator integral gain (Kii). Typical value = 0.

kip

Field current regulator proportional gain (Kip). Typical value = 1.

ks

Coefficient to allow different usage of the model-speed coefficient (Ks). Typical value = 0.

kvi

Voltage regulator integral gain (Kvi). Typical value = 0.

kvp

Voltage regulator proportional gain (Kvp). Typical value = 2800.

kvphz

V/Hz limiter gain (Kvphz). Typical value = 0.

nvphz

Pickup speed of V/Hz limiter (Nvphz). Typical value = 0.

se1

Saturation factor at E1 (Se1). Typical value = 0,0001.

se2

Saturation factor at E2 (Se2). Typical value = 0,001.

ta

Voltage regulator time constant (Ta) (>= 0). If = 0, block is bypassed. Typical value = 0,01.

tb1

Lag time constant (Tb1) (>= 0). If = 0, block is bypassed. Typical value = 0.

tb2

Lag time constant (Tb2) (>= 0). If = 0, block is bypassed. Typical value = 0.

tc1

Lead time constant (Tc1) (>= 0). Typical value = 0.

tc2

Lead time constant (Tc2) (>= 0). Typical value = 0.

te

Exciter field time constant (Te) (> 0). Typical value = 1,2.

tf

Rate feedback time constant (Tf) (>= 0). If = 0, the feedback path is not used. Typical value = 1.

tf1

Feedback lead time constant (Tf1) (>= 0). Typical value = 0.

tf2

Feedback lag time constant (Tf2) (>= 0). If = 0, block is bypassed. Typical value = 0.

tp

Field current bridge time constant (Tp) (>= 0). Typical value = 0.

vcmax

Maximum compounding voltage (Vcmax). Typical value = 0.

vfmax

Maximum exciter field current (Vfmax) (> ExcREXS.vfmin). Typical value = 47.

vfmin

Minimum exciter field current (Vfmin) (< ExcREXS.vfmax). Typical value = -20.

vimax

Voltage regulator input limit (Vimax). Typical value = 0,1.

vrmax

Maximum controller output (Vrmax) (> ExcREXS.vrmin). Typical value = 47.

vrmin

Minimum controller output (Vrmin) (< ExcREXS.vrmax). Typical value = -20.

xc

Exciter compounding reactance (Xc). Typical value = 0.

Linear Supertypes
Element, Product, Equals, Cloneable, Cloneable, Row, Serializable, Serializable, AnyRef, Any
Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. ExcREXS
  2. Element
  3. Product
  4. Equals
  5. Cloneable
  6. Cloneable
  7. Row
  8. Serializable
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExcREXS(ExcitationSystemDynamics: ExcitationSystemDynamics = null, e1: Double = 0.0, e2: Double = 0.0, fbf: String = null, flimf: Double = 0.0, kc: Double = 0.0, kd: Double = 0.0, ke: Double = 0.0, kefd: Double = 0.0, kf: Double = 0.0, kh: Double = 0.0, kii: Double = 0.0, kip: Double = 0.0, ks: Double = 0.0, kvi: Double = 0.0, kvp: Double = 0.0, kvphz: Double = 0.0, nvphz: Double = 0.0, se1: Double = 0.0, se2: Double = 0.0, ta: Double = 0.0, tb1: Double = 0.0, tb2: Double = 0.0, tc1: Double = 0.0, tc2: Double = 0.0, te: Double = 0.0, tf: Double = 0.0, tf1: Double = 0.0, tf2: Double = 0.0, tp: Double = 0.0, vcmax: Double = 0.0, vfmax: Double = 0.0, vfmin: Double = 0.0, vimax: Double = 0.0, vrmax: Double = 0.0, vrmin: Double = 0.0, xc: Double = 0.0)

    ExcitationSystemDynamics

    ExcitationSystemDynamics Reference to the superclass object.

    e1

    Field voltage value 1 (E1). Typical value = 3.

    e2

    Field voltage value 2 (E2). Typical value = 4.

    fbf

    Rate feedback signal flag (fbf). Typical value = fieldCurrent.

    flimf

    Limit type flag (Flimf). Typical value = 0.

    kc

    Rectifier regulation factor (Kc). Typical value = 0,05.

    kd

    Exciter regulation factor (Kd). Typical value = 2.

    ke

    Exciter field proportional constant (Ke). Typical value = 1.

    kefd

    Field voltage feedback gain (Kefd). Typical value = 0.

    kf

    Rate feedback gain (Kf) (>= 0). Typical value = 0,05.

    kh

    Field voltage controller feedback gain (Kh). Typical value = 0.

    kii

    Field current regulator integral gain (Kii). Typical value = 0.

    kip

    Field current regulator proportional gain (Kip). Typical value = 1.

    ks

    Coefficient to allow different usage of the model-speed coefficient (Ks). Typical value = 0.

    kvi

    Voltage regulator integral gain (Kvi). Typical value = 0.

    kvp

    Voltage regulator proportional gain (Kvp). Typical value = 2800.

    kvphz

    V/Hz limiter gain (Kvphz). Typical value = 0.

    nvphz

    Pickup speed of V/Hz limiter (Nvphz). Typical value = 0.

    se1

    Saturation factor at E1 (Se1). Typical value = 0,0001.

    se2

    Saturation factor at E2 (Se2). Typical value = 0,001.

    ta

    Voltage regulator time constant (Ta) (>= 0). If = 0, block is bypassed. Typical value = 0,01.

    tb1

    Lag time constant (Tb1) (>= 0). If = 0, block is bypassed. Typical value = 0.

    tb2

    Lag time constant (Tb2) (>= 0). If = 0, block is bypassed. Typical value = 0.

    tc1

    Lead time constant (Tc1) (>= 0). Typical value = 0.

    tc2

    Lead time constant (Tc2) (>= 0). Typical value = 0.

    te

    Exciter field time constant (Te) (> 0). Typical value = 1,2.

    tf

    Rate feedback time constant (Tf) (>= 0). If = 0, the feedback path is not used. Typical value = 1.

    tf1

    Feedback lead time constant (Tf1) (>= 0). Typical value = 0.

    tf2

    Feedback lag time constant (Tf2) (>= 0). If = 0, block is bypassed. Typical value = 0.

    tp

    Field current bridge time constant (Tp) (>= 0). Typical value = 0.

    vcmax

    Maximum compounding voltage (Vcmax). Typical value = 0.

    vfmax

    Maximum exciter field current (Vfmax) (> ExcREXS.vfmin). Typical value = 47.

    vfmin

    Minimum exciter field current (Vfmin) (< ExcREXS.vfmax). Typical value = -20.

    vimax

    Voltage regulator input limit (Vimax). Typical value = 0,1.

    vrmax

    Maximum controller output (Vrmax) (> ExcREXS.vrmin). Typical value = 47.

    vrmin

    Minimum controller output (Vrmin) (< ExcREXS.vrmax). Typical value = -20.

    xc

    Exciter compounding reactance (Xc). Typical value = 0.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val ExcitationSystemDynamics: ExcitationSystemDynamics
  5. def about: Boolean

    Flag for rdf:about elements.

    Flag for rdf:about elements.

    returns

    true if this is an rdf:about element, false otherwise.

    Definition Classes
    Element
  6. def anyNull: Boolean
    Definition Classes
    Row
  7. def apply(i: Int): Any
    Definition Classes
    Row
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def baseclass: String

    This class name.

    This class name.

    returns

    the class name without the package prefixes

    Definition Classes
    Element
  10. val bitfields: Array[Int]

    Valid fields bitmap.

    Valid fields bitmap.

    One (1) in a bit position means that field was found in parsing, zero means it has an indeterminate value. Field order is specified by the fields array.

    For classes constructed manually, we initially fill this in with the worst case scenario. ToDo: this won't work for classes with more than 128 fields (so far none).

    Definition Classes
    Element
  11. def classes: Seq[String]

    This class and the hierarchical list of classes this class derives from.

    This class and the hierarchical list of classes this class derives from.

    returns

    the list of classes without the package prefixes.

    Definition Classes
    Element
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  13. def copy(): Row

    Return a copy of this object as a Row.

    Return a copy of this object as a Row.

    Creates a clone of this object for use in Row manipulations.

    returns

    The copy of the object.

    Definition Classes
    ExcREXS → Row
  14. val e1: Double
  15. val e2: Double
  16. def emit_attribute(field: String, value: Any)(implicit clz: String, s: StringBuilder): Unit

    Emit one XML attribute.

    Emit one XML attribute.

    field

    The name of the field.

    value

    The value of the field.

    clz

    The class name (e.g. ACLineSegment) of this element

    s

    The builder to write into.

    Definition Classes
    Element
    Example:
    1. <cim:Location.CoordinateSystem rdf:resource="#wgs84"/>

  17. def emit_element(field: String, value: Any)(implicit clz: String, s: StringBuilder): Unit

    Emit one XML element.

    Emit one XML element.

    field

    The name of the field.

    value

    The value of the field.

    clz

    The class name (e.g. ACLineSegment) of this element

    s

    The builder to write into.

    Definition Classes
    Element
    Example:
    1. <cim:IdentifiedObject.name>WGS 84</cim:IdentifiedObject.name>

  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(o: Any): Boolean
    Definition Classes
    Row → AnyRef → Any
  20. def export: String

    Return a string containing this object as XML.

    Return a string containing this object as XML.

    returns

    The XML corresponding to this object.

    Definition Classes
    ExcREXSElement
  21. def export_fields: String

    Return a string containing the fields of this object suitable for inclusion in an XML object.

    Return a string containing the fields of this object suitable for inclusion in an XML object.

    returns

    A string with the fields coded in XML

    Definition Classes
    ExcREXSElement
  22. val fbf: String
  23. def fieldIndex(name: String): Int
    Definition Classes
    Row
  24. val flimf: Double
  25. def get(i: Int): AnyRef

    Get the value of the field at index i.

    Get the value of the field at index i.

    i

    The index of the field desired.

    returns

    The value stored in the field, or null if none.

    Definition Classes
    Element → Row
  26. def getAs[T](fieldName: String): T
    Definition Classes
    Row
  27. def getAs[T](i: Int): T
    Definition Classes
    Row
  28. def getBoolean(i: Int): Boolean
    Definition Classes
    Row
  29. def getByte(i: Int): Byte
    Definition Classes
    Row
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def getDate(i: Int): Date
    Definition Classes
    Row
  32. def getDecimal(i: Int): BigDecimal
    Definition Classes
    Row
  33. def getDouble(i: Int): Double
    Definition Classes
    Row
  34. def getFloat(i: Int): Float
    Definition Classes
    Row
  35. def getInstant(i: Int): Instant
    Definition Classes
    Row
  36. def getInt(i: Int): Int
    Definition Classes
    Row
  37. def getJavaMap[K, V](i: Int): Map[K, V]
    Definition Classes
    Row
  38. def getList[T](i: Int): List[T]
    Definition Classes
    Row
  39. def getLocalDate(i: Int): LocalDate
    Definition Classes
    Row
  40. def getLong(i: Int): Long
    Definition Classes
    Row
  41. def getMap[K, V](i: Int): Map[K, V]
    Definition Classes
    Row
  42. def getSeq[T](i: Int): Seq[T]
    Definition Classes
    Row
  43. def getShort(i: Int): Short
    Definition Classes
    Row
  44. def getString(i: Int): String
    Definition Classes
    Row
  45. def getStruct(i: Int): Row
    Definition Classes
    Row
  46. def getTimestamp(i: Int): Timestamp
    Definition Classes
    Row
  47. def getValuesMap[T](fieldNames: Seq[String]): Map[String, T]
    Definition Classes
    Row
  48. def hashCode(): Int
    Definition Classes
    Row → AnyRef → Any
  49. def id: String

    Return the unique ID for the object, the mRID for IdentifiedObject derived classes.

    Return the unique ID for the object, the mRID for IdentifiedObject derived classes.

    returns

    The object ID.

    Definition Classes
    Element
  50. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  51. def isNullAt(i: Int): Boolean
    Definition Classes
    Row
  52. def json: String
    Definition Classes
    Row
    Annotations
    @Unstable()
  53. val kc: Double
  54. val kd: Double
  55. val ke: Double
  56. val kefd: Double
  57. val kf: Double
  58. val kh: Double
  59. val kii: Double
  60. val kip: Double
  61. val ks: Double
  62. val kvi: Double
  63. val kvp: Double
  64. val kvphz: Double
  65. def length: Int

    The number of fields in the object definition.

    The number of fields in the object definition.

    returns

    The number of defined fields for use in Row manipulations.

    Definition Classes
    Element → Row
  66. def mask(position: Int): Boolean

    Is a field present predicate.

    Is a field present predicate.

    Determines if the field at the given position was encountered while parsing.

    position

    the field position in the fields array

    returns

    true if the field was parsed, false otherwise.

    Definition Classes
    Element
  67. def mkString(start: String, sep: String, end: String): String
    Definition Classes
    Row
  68. def mkString(sep: String): String
    Definition Classes
    Row
  69. def mkString: String
    Definition Classes
    Row
  70. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  71. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  72. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  73. val nvphz: Double
  74. def prettyJson: String
    Definition Classes
    Row
    Annotations
    @Unstable()
  75. def schema: StructType
    Definition Classes
    Row
  76. val se1: Double
  77. val se2: Double
  78. def size: Int
    Definition Classes
    Row
  79. def sup: ExcitationSystemDynamics

    Return the superclass object.

    Return the superclass object.

    returns

    The typed superclass nested object.

    Definition Classes
    ExcREXSElement
  80. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  81. val ta: Double
  82. val tb1: Double
  83. val tb2: Double
  84. val tc1: Double
  85. val tc2: Double
  86. val te: Double
  87. val tf: Double
  88. val tf1: Double
  89. val tf2: Double
  90. def toSeq: Seq[Any]
    Definition Classes
    Row
  91. def toString(): String
    Definition Classes
    Row → AnyRef → Any
  92. val tp: Double
  93. val vcmax: Double
  94. val vfmax: Double
  95. val vfmin: Double
  96. val vimax: Double
  97. val vrmax: Double
  98. val vrmin: Double
  99. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  100. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  101. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  102. val xc: Double

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Element

Inherited from Product

Inherited from Equals

Inherited from Cloneable

Inherited from Cloneable

Inherited from Row

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Hierarchy

Row

Serialization

Ungrouped