Skip to main content

HILAPIStartSignalGenerator

Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE

Function Syntax

dword HILAPIStartSignalGenerator(dword handle);

Description

Starts or resumes a Signal Generator.

Parameters

  • handle: The handle of the Signal Generator.

Return Values

  • 0: The handle of the Signal Generator is not valid
  • !=0: The Signal Generator was started (or resumed)

Example

Starts or resumes the Signal Generator:
HILAPIStartSignalGenerator(hGenerator);
testWaitForHILAPISignalGeneratorFinished