Skip to main content

RxChipErrorCount

Valid for: CANoe DE • CANoe:lite DE

Function Syntax

long RxChipErrorCount ()

Method Syntax

Method Syntax
CANx.RxChipErrorCount

Description

Returns the current Rx error count in the receiver of channel x. Valid x values: 1…32

Parameters

Return Values

Current error count in the receiver of channel x.

Example

write ("Rx error count in the receiver of CAN1 = %d", CAN1.RxChipErrorCount);