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.

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