Skip to main content

BusLoad

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

Function Syntax

long BusLoad ()

Method Syntax

Method Syntax
CANx.BusLoad

Description

Returns the current busload of channel x. Valid x values: 1…32

Parameters

Return Values

Current busload of channel x in percent.

Example

write ("CAN1 busload = %d", CAN1.BusLoad);