Class Brake

Applied Stereotypes:
XSDcomplexType

Defines a brake input

Used in:
BrakeInput
Properties
  Name Type Cardinality AppliedStereotypes Description
  maxRate double 0..1 XSDattribute Rate of the change. Unit: [%/s] if used by as BrakePercent, [N/s] if used as BrakeForce.
  value double 1..1 XSDattribute Wanted value of the brake. Unit: [%] if used by as BrakePercent, [N] if used as BrakeForce.
XSD 1.3 Representation


<xsd:complexType name="Brake">
<xsd:attribute name="value" type="Double" use="required"/>
<xsd:attribute name="maxRate" type="Double"/>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property maxRate
    • XSDattribute
  • Property value
    • XSDattribute

To XSD