WOLFRAM SYSTEM MODELER

Step

Generate step signal of type Integer

Wolfram Language

In[1]:=
SystemModel["Modelica.Clocked.IntegerSignals.TimeBasedSources.Step"]
Out[1]:=

Information

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

The block is similar to the block in Modelica.Blocks.Sources.IntegerStep, but adapted to work in clocked partitions (by internal sampling of the continuous time variable).

The Integer output y is a step signal:

IntegerStep.png

Example

See model Modelica.Clocked.Examples.Elementary.IntgerSignals.TimeBasedStep.

Parameters (3)

height

Value: 1

Type: Integer

Description: Height of step

offset

Value: 0

Type: Integer

Description: Offset of output signal y

startTime

Value: 0

Type: Time (s)

Description: Output y = offset for time < startTime

Connectors (1)

y

Type: IntegerOutput

Description: Connector of clocked, Real output signal

Used in Examples (1)

TimeBasedStep

Modelica.Clocked.Examples.Elementary.IntegerSignals

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