linResetStatistics
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
void linResetStatistics(); // form 1void linResetStatistics(long channel); // form 2
Description
Resets LIN channel statistics. Note There are two ways to call this function:- Calling this function without the explicit channel is only possible from a CAPL program defined in the Simulation/Test Setup. The statistics for the channel determined by the current bus context are reset.
- The function with the explicit channel can be called from a CAPL program defined in Measurement Setup only.
Parameters
- channel: LIN channel (1-based)