TCS
Traction Control System signals.
type TCS {
isEnabled: Boolean
isEngaged: Boolean
isError: Boolean
}
Fields
TCS.isEnabled ● Boolean scalar
Indicates if TCS is enabled. True = Enabled. False = Disabled.
TCS.isEngaged ● Boolean scalar
Indicates if TCS is currently regulating traction. True = Engaged. False = Not Engaged.
TCS.isError ● Boolean scalar
Indicates if TCS incurred an error condition. True = Error. False = No Error.
Member Of
ADAS object