Skip to main content
Open topic with navigation CAPL Functions » MOST » mostConfigureEclSequence

mostConfigureEclSequence

Valid for: CANoe DE Note
This function is only available with MOST hardware VN2640.

Function Syntax

Description

The function prepares VN2640 to generate a signal sequence on the ECL. The signal sequence can be started with the mostGenerateEclSeq function. The sequence is defined in two arrays of dword. The first indicates the level (0: dominant, 1: recessive) of the generators output for each time interval. The second describes the duration for each time interval.

Parameters

  • channel: Channel of the connected interface.
  • numIntervals: Number of intervals described in the following arrays.
  • state: For each time interval
    0: dominant
    1: recessive
  • duration100us: Duration of interval with a resolution of 100 µs.

Return Values

See error codes

Example

mostGenerateEclSequencemostSetEclOnMostEclmostSetEclTerminationOnMostEclSequence