Open topic with navigation CAPL Functions » General » Function Overview » setTimerDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
setTimer
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DEFunction Syntax
void setTimer(msTimer t, long duration); // form 1void setTimer(timer t, long duration); // form 2void setTimer(timer t, long durationSec, long durationNanoSec); // form 3
Method Syntax (Dynamic)
void msTimer::set(long);