D

Holds the value of a real-valued signal. When the boolean input signal set is 1, input signal value is copied to the resulting signal o. When set is 0, the resulting signal o holds the same value since set was 1. Before any value has been set, the resulting signal o is 0.

Blocks tree path

Standard\Dynamic\D

Inputs

Name Type Description
value real The value to hold.
set bool 1 to set o to value, 0 to let o keep the old value.

Outputs

Name Type Description
o real The value of the signal value when set was last 1, or 0 if set has not yet been 1.