rail:eTractionMotor

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
additionalResistance rail:tResistanceOhm optional
additional resistance of one traction motor in Ohms due to non-sinusoid currents (stray loss)
assemblyName rail:tGenericName required
type of assembly as descriptive name
count rail:tCounter required
number of assemblies per vehicle/unit
ferrumResistance rail:tResistanceOhm optional
resistance of iron core of one traction motor in Ohms (open-circuit core loss)
mainInductance rail:tInductanceHenry optional
main inductance of one traction motor in H
meanEfficiency rail:tOneToZero optional
The traction motor mean efficiency in the range 0..1.
nominalCurrent rail:tCurrentAmpere optional
rated current of one traction motor in Amps
nominalFlux rail:tFluxVoltSecond optional
nominal flux of one traction motor in Volt*sec
nominalFrequency rail:tFrequencyHertz optional
rated frequency of traction motor windings in Hz
nominalPhi rail:tAngleDegFullCircle optional
nominal phase angle phi of traction motor in the range -180..+180
nominalPower rail:tPowerWatt optional
rated power consumption of one traction motor in Watt
nominalRevolutions rail:tRotationalFrequencyRevolutionsPerMinute optional
nominal number of revolutions in revolutions per minute (rpm)
nominalVoltage rail:tVoltageVolt optional
rated voltage of traction motor in Volts
numberPolePairs rail:tCounter optional
number of pole pairs of one traction motor
rotorLeakageInductance rail:tInductanceHenry optional
leakage inductance of rotor winding of one traction motor in H
rotorResistance rail:tResistanceOhm optional
resistance of rotor winding of one traction motor in Ohms
statorLeakageInductance rail:tInductanceHenry optional
leakage inductance of stator winding of one traction motor in H
statorResistance rail:tResistanceOhm optional
resistance of stator winding of one traction motor in Ohms

Used By

Source

<xs:complexType name="eTractionMotor">
  <xs:complexContent>
    <xs:extension base="rail:tTractionMotor">
      <xs:sequence>
        <xs:element name="efficiency" type="rail:tEfficiencyCurve" minOccurs="0">
          <xs:annotation>
            <xs:documentation>traction motor efficiency vs. speed</xs:documentation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=RS:efficiency_tractionMotor"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="mechanicalLosses" type="rail:tLosses" minOccurs="0">
          <xs:annotation>
            <xs:documentation>traction motor mechanical losses vs. speed</xs:documentation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=RS:mechanicalLosses"/>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>