1Graphical interface

 

2Function

The <hold> block performs the hold function. If the “gate” input is True, then the “out” output is identical to the “in” input; otherwise, the “out” output remains unchanged.

Note that the block chain upstream of the “in” input is evaluated only when necessary—that is, only if “gate” is True.

3Inputs

4Output

5Types

The type of the “gate” input is bool.

The type of the “in” input can be any type; the “out” output will be of the same type.