Class OverrideClutchAction
- Applied Stereotypes:
-
XSDcomplexType
Defines the state of the clutch of a vehicle, when overriding a clutch value in a ControllerAction.
- Used in:
-
OverrideControllerValueAction
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
active |
boolean |
1..1 |
XSDattribute
|
True: override; false: stop overriding. |
| |
maxRate |
double |
0..1 |
XSDattribute
|
The rate of how fast the new clutch position should be acquired. Unit: [%/s]. |
| |
value |
double |
1..1 |
XSDattribute
|
Clutch pedal value. Range: [0..1]. 0 represents 0%, 1 represents 100% of pressing the clutch pedal. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="OverrideClutchAction">
<xsd:attribute name="active" type="Boolean" use="required"/>
<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 active
-
Property maxRate
-
Property value
|
To XSD