WOLFRAM SYSTEM MODELER

AssignClock

Assign a clock to a clocked Boolean signal

Wolfram Language

In[1]:=
SystemModel["Modelica.Clocked.BooleanSignals.Sampler.AssignClock"]
Out[1]:=

Information

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

This block for Boolean 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 Boolean block.

Connectors (3)

u

Type: BooleanInput

Description: Connector of clocked, Boolean input signal

y

Type: BooleanOutput

Description: Connector of clocked, Boolean output signal

clock

Type: ClockInput

Description: 'input Clock' as connector

Used in Examples (6)

Sample1

Modelica.Clocked.Examples.Elementary.BooleanSignals

Example of a Sample block for Boolean signals

AssignClock

Modelica.Clocked.Examples.Elementary.BooleanSignals

Example of an AssignClock block for Boolean signals

TimeBasedStep

Modelica.Clocked.Examples.Elementary.BooleanSignals

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

TickBasedStep

Modelica.Clocked.Examples.Elementary.BooleanSignals

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

TimeBasedPulse

Modelica.Clocked.Examples.Elementary.BooleanSignals

Example of using the clocked simulation time based Boolean Pulse source block

TickBasedPulse

Modelica.Clocked.Examples.Elementary.BooleanSignals

Example of using the clock tick based Boolean Pulse source block