Counter
This simulation component outputs the times the Input was set to true.
When to use
Use this simulation component if you want to count the rising edge of a input signal.
How to use
Add this simulation component from the simulation component library. Connect an output which should be counted to the Input
of the Counter
simulation component and start the simulation.
Inputs
Input
An input which will trigger the Output on the rising edge.
Outputs
Output
An output whose value gets incremented when the Input is set.