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.

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