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 » 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