WOLFRAM SYSTEM MODELER

Step

Generate step signal of type Real

Wolfram Language

In[1]:=
SystemModel["Modelica_Synchronous.RealSignals.TimeBasedSources.Step"]
Out[1]:=

Information

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

The Real output y is a step signal:

Example

See model Modelica_Synchronous.Examples.Elementary.RealSignals.TimeBasedStep.

Parameters (3)

height

Value: 1

Type: Real

Description: Height of step

offset

Value: 0

Type: Real

Description: Offset of output signal y

startTime

Value: 0

Type: Time

Description: Output y = offset for time < startTime

Connectors (1)

y

Type: RealOutput

Description: Connector of clocked, Real output signal

Used in Components (1)

TimeBasedStep

Modelica_Synchronous.Examples.Elementary.RealSignals

Example of using the clocked simulation time based Step source block