Open topic with navigation CAPL Functions » LIN » linGetWakeupDurationDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
linGetWakeupDuration
Valid for: CANoe DE NoteLIN bus statistics is deactivated by default and must be activated before calling this function. You can do this by calling function linEnableStatistics in an on start handler, see example below.
Function Syntax
Description
Gets the duration of wake-up requests of a LIN channel in microseconds. The kind of value to be returned (average, current, maximum or minimum) can be selected.Parameters
- channel: LIN channel (1…64).
- selector: Value selector:
- eCurrValue = current
- eMinValue = minimum
- eMaxValue = maximum
- eAvgValue = average