WOLFRAM SYSTEM MODELER

Hold

Hold the clocked, Integer input signal and provide it as continuous-time output signal (zero order hold)

Wolfram Language

In[1]:=
SystemModel["Modelica.Clocked.IntegerSignals.Sampler.Hold"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

This block for Integer signals works similarly as the corresponding block for Real signals (see RealSignals.Sampler.Hold).

Analog to the corresponding Real signal block example there exists an elementary example for this Integer block.

Parameters (1)

y_start

Value: 0

Type: Integer

Description: Value of output y before the first tick of the clock associated to input u

Connectors (2)

u

Type: IntegerInput

Description: Connector of clocked, Integer input signal

y

Type: IntegerOutput

Description: Connector of continuous-time, Integer output signal

Used in Examples (2)

Sample2

Modelica.Clocked.Examples.Elementary.IntegerSignals

Example of a Sample block for Integer signals with direct feed-through in the continuous-time and the clocked partition

Hold

Modelica.Clocked.Examples.Elementary.IntegerSignals

Example of a Hold block for Integer signals