WOLFRAM SYSTEM MODELER

Step

Generate step signal of type Integer

Wolfram Language

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

Information

The Integer 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.IntgerSignals.TickBasedStep.

Parameters (3)

height

Value: 1

Type: Integer

Description: Height of step

offset

Value: 0

Type: Integer

Description: Offset of output signal y

startTick

Value: 1

Type: Integer

Description: Output y = offset for clock tick < startTick

Connectors (1)

y

Type: IntegerOutput

Description: Connector of clocked, Real output signal

Used in Examples (1)

TickBasedStep

Modelica_Synchronous.Examples.Elementary.IntegerSignals

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