final case class AsynchronousMachine(RotatingMachine: RotatingMachine = null, asynchronousMachineType: String = null, converterFedDrive: Boolean = false, efficiency: Double = 0.0, iaIrRatio: Double = 0.0, nominalFrequency: Double = 0.0, nominalSpeed: Double = 0.0, polePairNumber: Int = 0, ratedMechanicalPower: Double = 0.0, reversible: Boolean = false, rr1: Double = 0.0, rr2: Double = 0.0, rxLockedRotorRatio: Double = 0.0, tpo: Double = 0.0, tppo: Double = 0.0, xlr1: Double = 0.0, xlr2: Double = 0.0, xm: Double = 0.0, xp: Double = 0.0, xpp: Double = 0.0, xs: Double = 0.0, AsynchronousMachineDynamics: String = null) extends Element with Product with Serializable
A rotating machine whose shaft rotates asynchronously with the electrical field.
Also known as an induction machine with no external connection to the rotor windings, e.g. squirrel-cage induction machine.
- RotatingMachine
RotatingMachine Reference to the superclass object.
- asynchronousMachineType
Indicates the type of Asynchronous Machine (motor or generator).
- converterFedDrive
Indicates whether the machine is a converter fed drive. Used for short circuit data exchange according to IEC 60909.
- efficiency
Efficiency of the asynchronous machine at nominal operation as a percentage. Indicator for converter drive motors. Used for short circuit data exchange according to IEC 60909.
- iaIrRatio
Ratio of locked-rotor current to the rated current of the motor (Ia/Ir). Used for short circuit data exchange according to IEC 60909.
- nominalFrequency
Nameplate data indicates if the machine is 50 Hz or 60 Hz.
- nominalSpeed
Nameplate data. Depends on the slip and number of pole pairs.
- polePairNumber
Number of pole pairs of stator. Used for short circuit data exchange according to IEC 60909.
- ratedMechanicalPower
Rated mechanical power (Pr in IEC 60909-0). Used for short circuit data exchange according to IEC 60909.
- reversible
Indicates for converter drive motors if the power can be reversible. Used for short circuit data exchange according to IEC 60909.
- rr1
Damper 1 winding resistance.
- rr2
Damper 2 winding resistance.
- rxLockedRotorRatio
Locked rotor ratio (R/X). Used for short circuit data exchange according to IEC 60909.
- tpo
Transient rotor time constant (greater than tppo).
- tppo
Sub-transient rotor time constant (greater than 0).
- xlr1
Damper 1 winding leakage reactance.
- xlr2
Damper 2 winding leakage reactance.
- xm
Magnetizing reactance.
- xp
Transient reactance (unsaturated) (greater than or equal to xpp).
- xpp
Sub-transient reactance (unsaturated).
- xs
Synchronous reactance (greater than xp).
- AsynchronousMachineDynamics
AsynchronousMachineDynamics Asynchronous machine dynamics model used to describe dynamic behaviour of this asynchronous machine.
- Grouped
- Alphabetic
- By Inheritance
- AsynchronousMachine
- Element
- Product
- Equals
- Cloneable
- Cloneable
- Row
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
AsynchronousMachine(RotatingMachine: RotatingMachine = null, asynchronousMachineType: String = null, converterFedDrive: Boolean = false, efficiency: Double = 0.0, iaIrRatio: Double = 0.0, nominalFrequency: Double = 0.0, nominalSpeed: Double = 0.0, polePairNumber: Int = 0, ratedMechanicalPower: Double = 0.0, reversible: Boolean = false, rr1: Double = 0.0, rr2: Double = 0.0, rxLockedRotorRatio: Double = 0.0, tpo: Double = 0.0, tppo: Double = 0.0, xlr1: Double = 0.0, xlr2: Double = 0.0, xm: Double = 0.0, xp: Double = 0.0, xpp: Double = 0.0, xs: Double = 0.0, AsynchronousMachineDynamics: String = null)
- RotatingMachine
RotatingMachine Reference to the superclass object.
- asynchronousMachineType
Indicates the type of Asynchronous Machine (motor or generator).
- converterFedDrive
Indicates whether the machine is a converter fed drive. Used for short circuit data exchange according to IEC 60909.
- efficiency
Efficiency of the asynchronous machine at nominal operation as a percentage. Indicator for converter drive motors. Used for short circuit data exchange according to IEC 60909.
- iaIrRatio
Ratio of locked-rotor current to the rated current of the motor (Ia/Ir). Used for short circuit data exchange according to IEC 60909.
- nominalFrequency
Nameplate data indicates if the machine is 50 Hz or 60 Hz.
- nominalSpeed
Nameplate data. Depends on the slip and number of pole pairs.
- polePairNumber
Number of pole pairs of stator. Used for short circuit data exchange according to IEC 60909.
- ratedMechanicalPower
Rated mechanical power (Pr in IEC 60909-0). Used for short circuit data exchange according to IEC 60909.
- reversible
Indicates for converter drive motors if the power can be reversible. Used for short circuit data exchange according to IEC 60909.
- rr1
Damper 1 winding resistance.
- rr2
Damper 2 winding resistance.
- rxLockedRotorRatio
Locked rotor ratio (R/X). Used for short circuit data exchange according to IEC 60909.
- tpo
Transient rotor time constant (greater than tppo).
- tppo
Sub-transient rotor time constant (greater than 0).
- xlr1
Damper 1 winding leakage reactance.
- xlr2
Damper 2 winding leakage reactance.
- xm
Magnetizing reactance.
- xp
Transient reactance (unsaturated) (greater than or equal to xpp).
- xpp
Sub-transient reactance (unsaturated).
- xs
Synchronous reactance (greater than xp).
- AsynchronousMachineDynamics
AsynchronousMachineDynamics Asynchronous machine dynamics model used to describe dynamic behaviour of this asynchronous machine.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val AsynchronousMachineDynamics: String
- val RotatingMachine: RotatingMachine
-
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
-
def
anyNull: Boolean
- Definition Classes
- Row
-
def
apply(i: Int): Any
- Definition Classes
- Row
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val asynchronousMachineType: String
-
def
baseclass: String
This class name.
-
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
-
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
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val converterFedDrive: Boolean
-
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
- AsynchronousMachine → Row
- val efficiency: Double
-
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
<cim:Location.CoordinateSystem rdf:resource="#wgs84"/>
Example: -
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
<cim:IdentifiedObject.name>WGS 84</cim:IdentifiedObject.name>
Example: -
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(o: Any): Boolean
- Definition Classes
- Row → AnyRef → Any
-
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
- AsynchronousMachine → Element
-
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
- AsynchronousMachine → Element
-
def
fieldIndex(name: String): Int
- Definition Classes
- Row
-
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
-
def
getAs[T](fieldName: String): T
- Definition Classes
- Row
-
def
getAs[T](i: Int): T
- Definition Classes
- Row
-
def
getBoolean(i: Int): Boolean
- Definition Classes
- Row
-
def
getByte(i: Int): Byte
- Definition Classes
- Row
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getDate(i: Int): Date
- Definition Classes
- Row
-
def
getDecimal(i: Int): BigDecimal
- Definition Classes
- Row
-
def
getDouble(i: Int): Double
- Definition Classes
- Row
-
def
getFloat(i: Int): Float
- Definition Classes
- Row
-
def
getInstant(i: Int): Instant
- Definition Classes
- Row
-
def
getInt(i: Int): Int
- Definition Classes
- Row
-
def
getJavaMap[K, V](i: Int): Map[K, V]
- Definition Classes
- Row
-
def
getList[T](i: Int): List[T]
- Definition Classes
- Row
-
def
getLocalDate(i: Int): LocalDate
- Definition Classes
- Row
-
def
getLong(i: Int): Long
- Definition Classes
- Row
-
def
getMap[K, V](i: Int): Map[K, V]
- Definition Classes
- Row
-
def
getSeq[T](i: Int): Seq[T]
- Definition Classes
- Row
-
def
getShort(i: Int): Short
- Definition Classes
- Row
-
def
getString(i: Int): String
- Definition Classes
- Row
-
def
getStruct(i: Int): Row
- Definition Classes
- Row
-
def
getTimestamp(i: Int): Timestamp
- Definition Classes
- Row
-
def
getValuesMap[T](fieldNames: Seq[String]): Map[String, T]
- Definition Classes
- Row
-
def
hashCode(): Int
- Definition Classes
- Row → AnyRef → Any
- val iaIrRatio: Double
-
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
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isNullAt(i: Int): Boolean
- Definition Classes
- Row
-
def
json: String
- Definition Classes
- Row
- Annotations
- @Unstable()
-
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
-
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
-
def
mkString(start: String, sep: String, end: String): String
- Definition Classes
- Row
-
def
mkString(sep: String): String
- Definition Classes
- Row
-
def
mkString: String
- Definition Classes
- Row
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nominalFrequency: Double
- val nominalSpeed: Double
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val polePairNumber: Int
-
def
prettyJson: String
- Definition Classes
- Row
- Annotations
- @Unstable()
- val ratedMechanicalPower: Double
- val reversible: Boolean
- val rr1: Double
- val rr2: Double
- val rxLockedRotorRatio: Double
-
def
schema: StructType
- Definition Classes
- Row
-
def
size: Int
- Definition Classes
- Row
-
def
sup: RotatingMachine
Return the superclass object.
Return the superclass object.
- returns
The typed superclass nested object.
- Definition Classes
- AsynchronousMachine → Element
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toSeq: Seq[Any]
- Definition Classes
- Row
-
def
toString(): String
- Definition Classes
- Row → AnyRef → Any
- val tpo: Double
- val tppo: Double
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- val xlr1: Double
- val xlr2: Double
- val xm: Double
- val xp: Double
- val xpp: Double
- val xs: Double
Deprecated Value Members
-
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.