Skip to main content

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.

Open topic with navigation

Example Selector DIR (direction of transmission)

on message 0x100 {
  if (this.DIR == Rx) {
    write("message 0x100 received");
  }
  if (this.DIR == Tx) {
    write("message 0x100 sent");
  }
}

Note

Please note the semantics of Rx for CAPL nodes in the Simulation Setup.
  • Technical References are only available in English
  • © Vector Informatik GmbH