WOLFRAM SYSTEM MODELER
StepGenerate step signal of type Real |
SystemModel["Modelica.Clocked.RealSignals.TimeBasedSources.Step"]
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.Step, but adapted to work in clocked partitions (by internal sampling of the continuous time variable).
The Real output y is a step signal:
See model Modelica.Clocked.Examples.Elementary.RealSignals.TimeBasedStep.
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 (s) Description: Output y = offset for time < startTime |
y |
Type: RealOutput Description: Connector of clocked, Real output signal |
---|
Modelica.Clocked.Examples.Elementary.RealSignals Example of using the clocked simulation time based Step source block |