Class OverrideThrottleAction
- Applied Stereotypes:
-
XSDcomplexType
Defines the state of the throttle of a vehicle, when overriding a throttle 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 throttle position should be acquired. Unit: [%/s]. |
| |
value |
double |
1..1 |
XSDattribute
|
Throttle pedal value. Range: [0..1]. 0 represents 0%, 1 represents 100% of pressing the throttle pedal. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="OverrideThrottleAction">
<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