Counter

[number/Counter]


Counts the received input signals. Example:

  1. true@0 is received via trigger

  2. 1@0 is sent via count

  3. false@1 is received via trigger

  4. 2@1 is sent via count


Keywords: number, count

Input ports

  • trigger: any

    The input signals to be counted

Output ports

  • count: number

    Total count of the signals received.

Last updated