WOLFRAM SYSTEM MODELER

AssignClock

Assigns a clock to a clocked Integer signal

Wolfram Language

In[1]:=
SystemModel["Modelica_Synchronous.IntegerSignals.Sampler.AssignClock"]
Out[1]:=

Information

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 (5)

Sample1

Modelica_Synchronous.Examples.Elementary.IntegerSignals

Example of a Sample block for Integer signals

AssignClock

Modelica_Synchronous.Examples.Elementary.IntegerSignals

Example of an AssignClock block for Integer signals

TimeBasedStep

Modelica_Synchronous.Examples.Elementary.IntegerSignals

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

TickBasedStep

Modelica_Synchronous.Examples.Elementary.IntegerSignals

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

TestIntegerSamplerAndHolds

Modelica_Synchronous.WorkInProgress.Tests