type

Latch

Latch : HxComp

A "rising-edge" latch

meta abstract slots parentRef

Component tree parent

compName

Component name in parent

compLayout

Layout in a visual coordinate system

links

List of links to this component

clock

When the clock transitions from false to true it will cause out to be set to current value of in

in

The input status value

out

The latched output

clock Bool <summary>

When the clock transitions from false to true it will cause out to be set to current value of in.

in StatusVal? <summary>

The input status value. The output will be set when the clock transitions from false to true.

out StatusVal? <readonly, summary, transient>

The latched output

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST