Skip to main content
Open topic with navigation CAPL Functions » LIN » linGetHWReceiveAccuracy

linGetHWReceiveAccuracy

Valid for: CANoe DE

Function Syntax

dword linGetHWReceiveAccuracy();

Description

This function can be used to query the receive resolution of the LIN hardware in units of 1 Hz.

Parameters

Return Values

Returns the receive resolution of the LIN hardware.

Example

on key 't'
{
    write("Transmit accuracy = %d", linGetHWTransmitAccuracy());
    write("Receive  accuracy = %d", linGetHWReceiveAccuracy());
}
linGetHWTransmitAccuracy