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

linSendDominantSignal

Valid for: CANoe DE

Function Syntax

dword linSendDominantSignal(dword lengthInMicroseconds);

Description

Sends a dominant signal of the specified length.

Parameters

  • lengthInMicroseconds: The length of the dominant signal in microseconds.

Return Values

On success, a value unequal to zero, otherwise zero.

Example