Skip to main content
Open topic with navigation CAPL Functions » K-Line » KLine_SetP1ECU

KLine_SetP1ECU

Valid for: CANoe DE

Function Syntax

long KLine_SetP1ECU(dword P1_us)

Description

Sets the interbyte time of a response.

Parameters

  • P1_us: P1 in us
    Value range: 0 – 650000.

Return Values

On success 0, otherwise a value less than 0.

Example

on start
{
   KLine_SetP1ECU(10000); // P1 == 10 ms
}