Initial Value Block

Defines the first value of a flow.

At first step the output flow is defined with the first input and then the output flow is defined with the value of the second input.
Syntax

Signatures

  1. Type

    ('T)('T) returns('T)

    In this operator 'T can be extended to a group

  2. Causality

    The output depends instantaneously on the inputs.

  3. Initialization

    The result sequence has its first value defined if the first input has its first value defined.

  4. Clock

    Inputs and output have the same clock.