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

linGetHWTransmitAccuracy

Valid for: CANoe DE

Function Syntax

dword linGetHWTransmitAccuracy();

Description

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

Parameters

Return Values

Returns the transmit resolution of the LIN hardware.

Example

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