rail:eFourQuadrantChopper

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
assemblyName rail:tGenericName required
type of assembly as descriptive name
count rail:tCounter required
number of assemblies per vehicle/unit
meanEfficiency rail:tOneToZero optional
The four quadrant chopper mean efficiency in the range 0..1.
meanPhi rail:tAngleDegFullCircle optional
average phase angle phi of four-quadrant-chopper (in traction mode)
meanPhiRegeneration rail:tAngleDegFullCircle optional
average phase angle phi of four-quadrant-chopper in regeneration mode

Used By

Source

<xs:complexType name="eFourQuadrantChopper">
  <xs:complexContent>
    <xs:extension base="rail:tFourQuadrantChopper">
      <xs:sequence>
        <xs:element name="efficiency" type="rail:tEfficiencyCurve" minOccurs="0">
          <xs:annotation>
            <xs:documentation>four-quadrant-chopper efficiency vs. speed</xs:documentation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=RS:efficiency_fourQuadratChopper"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="phi" type="rail:tCurve" minOccurs="0">
          <xs:annotation>
            <xs:documentation>phase angle of the real power to the apparent power as curve for the entire propulsion system</xs:documentation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=RS:phi"/>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>