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

linGetFallingEdgesOfDisturbedByte

Valid for: CANoe DE

Function Syntax

dword linGetFallingEdgesOfDisturbedByte(int64 fallingEdges[]);

Description

With this function it is possible to retrieve time stamps of all falling edges in the disturbed byte or in the pseudo-byte caused by the last bit inversion. Note, that prior to calling this function the measurement of the falling edges has to be activated and the bit inversion has to be executed (see linInvertRespBit, linInvertHeaderBit).

Parameters

  • fallingEdges: An array which will receive the measured time stamps [in nanoseconds]. The array size is 6. Unused time stamps will be set to 0 (i.e. in case of less than 6 falling edges).

Return Values

On successful request returns 1, otherwise 0.

Example