WOLFRAM SYSTEM MODELER

Step

Generate step signal of type Boolean

Wolfram Language

In[1]:=
SystemModel["Modelica_Synchronous.BooleanSignals.TickBasedSources.Step"]
Out[1]:=

Information

The Boolean output y is a step signal. The signal is defined in terms of clock ticks instead of simulation time:

Example

See model Modelica_Synchronous.Examples.Elementary.BooleanSignals.TickBasedStep.

Parameters (2)

startTick

Value: 0

Type: Integer

Description: Output y = startValue for clock tick < startTick

startValue

Value: false

Type: Boolean

Description: Output before startTick

Connectors (1)

y

Type: BooleanOutput

Description: Connector of clocked, Real output signal

Used in Examples (1)

TickBasedStep

Modelica_Synchronous.Examples.Elementary.BooleanSignals

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