Documentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
TestWaitForBusIntegration
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
TestWaitForBusIntegration(dword channel, dword timeout);
Description
Can be used to wait for the Bus Integration event of a CAN channel. The Bus Integration event occurs if the channel is activated. The activation occurs at the start of measurement and if the CAN channel is reset or options changed during the measurement.Parameters
- channel: CAN channel.
- timeout: Max. time in ms for waiting of the occurrence of this event.
Return Values
- -999: If aborted by measurement stop.
- -1: If used within Measurement Setup or called in prestart.
- 0: Timeout occurred.
- 1: Event occurred.