WOLFRAM SYSTEM MODELER

AssignClock

Assign a clock to a clocked Integer signal

Wolfram Language

In[1]:=
SystemModel["Modelica.Clocked.IntegerSignals.Sampler.AssignClock"]
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.AssignClock).

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

Connectors (3)

u

Type: IntegerInput

Description: Connector of clocked, Integer input signal

y

Type: IntegerOutput

Description: Connector of clocked, Integer output signal

clock

Type: ClockInput

Description: 'input Clock' as connector

Used in Examples (4)

Sample1

Modelica.Clocked.Examples.Elementary.IntegerSignals

Example of a Sample block for Integer signals

AssignClock

Modelica.Clocked.Examples.Elementary.IntegerSignals

Example of an AssignClock block for Integer signals

TimeBasedStep

Modelica.Clocked.Examples.Elementary.IntegerSignals

Example of using the clocked simulation time based Integer Step source block

TickBasedStep

Modelica.Clocked.Examples.Elementary.IntegerSignals

Example of using the clocked simulation tick/sample based Integer Step source block