Skip to content

Unit Reference Latch

RealityStop edited this page May 15, 2018 · 1 revision

Latch

Mimics a Flip-Flop by "latching" an input boolean true value, almost as a "has it ever been true" check. There is a provided Reset input that allows the unit to reset the internal memory. Should both the Set and Reset be true, whichever has dominance will be used.

The Value output is used to indicate if the latch is in the set state or not.

Clone this wiki locally