WOLFRAM SYSTEM MODELER

Step

Generate step signal of type Boolean

Wolfram Language

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

Information

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

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

TickBasedSources_Step

Example

See model Modelica.Clocked.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.Clocked.Examples.Elementary.BooleanSignals

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