CAPL Script

Rx Chip Error Count

Syntax

long RxChipErrorCount ()

Method

CANx.RxChipErrorCount

Function

Returns the current Rx error count in the receiver of channelx. Validxvalues: 1…32

Parameters

Return Values

Current error count in the receiver of channelx.

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