Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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);