CAPL Script

Standard Frame Rate

Syntax

long StandardFrameRate ()

Method

CANx.StandardFrameRate

Function

Returns the current rate of standard CAN messages on channelx. Validxvalues: 1…32

Parameters

Return Values

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

write ("Rate of standard frames on CAN1 = %d", CAN1.StandardFrameRate);