Skip to main content
Open topic with navigation

ILNodeResetPDUAsrTxMode

CAPL Functions » CANoe IL » ILNodeResetPDUAsrTxMode Valid for: CANoe DE • CANoe4SW DE

Note

  • This function is only supported if the following components are used:
    • AUTOSAR PDU Interaction Layer (AsrPDUIL.dll) at the corresponding transmit node in the Simulation Setup.
    • AUTOSAR ≥ 4.2 database.
  • This function can be used in a global node outside the node context of the IL and in test modules.

Function Syntax

long ILNodeResetPDUAsrTxMode (dbMsg dbMessage)

Description

Resets the current valid transmission mode to the condition that is defined by or-ing all data filters of all signals.

Parameters

  • dbMessage: The symbolic name of a PDU in the database.

Return Values

  • 0: No error
  • -10000: Unspecific error
  • -10001: Node or module not found
  • -10002: No suitable module available
  • -10003: Function is not supported by module
  • -10004: Module returns illegal value
  • other: Error in module

Example