Skip to main content

TxChipErrorCount

Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE

Function Syntax

long TxChipErrorCount ()

Method Syntax

Method Syntax
CANx.TxChipErrorCount

Description

Returns the current number of Tx errors in the CAN receiver of channel x. Valid x values: 1…32

Parameters

Return Values

Current number of errors in the CAN receiver of channel x.

Example

write ("Number of Tx errors in receiver of CAN1 = %d", CAN1.TxChipErrorCount);