CAPL Script

Overload Frame Rate

Syntax

long OverloadFrameRate ()

Method

CANx.OverloadFrameRate

Function

Returns the current rate of CAN overload frames on channelx. Validxvalues: 1 ... 32

Parameters

Return Values

Current rate of CAN overload frames on channelxin messages per
second.

write ("Rate of overload frames on CAN1 = %d", CAN1.OverloadFrameRate);