glitch property

SynchronousEmitter<LogicValueChanged> glitch

A stream of LogicValueChanged events for every time the signal transitions at any time during a Simulator tick.

This event can occur more than once per edge, or even if there is no edge.

Implementation

SynchronousEmitter<LogicValueChanged> get glitch => _wire.glitch;