WOLFRAM SYSTEM MODELER

Step

Digital Step Source

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.Digital.Sources.Step"]
Out[1]:=

Information

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

The step source output signal steps from the value before to the value after at the time stepTime.

To specify the logic value parameters, the integer code has to be used.

Code Table

Logic value Integer code Meaning
'U' 1 Uninitialized
'X' 2 Forcing Unknown
'0' 3 Forcing 0
'1' 4 Forcing 1
'Z' 5 High Impedance
'W' 6 Weak Unknown
'L' 7 Weak 0
'H' 8 Weak 1
'-' 9 Do not care

If the logic values are imported by
import L = Digital.Interfaces.Logic;
they can be used to specify the parameter, e.g., L.'0' for forcing 0.

Parameters (3)

before

Value:

Type: Logic

Description: Logic value before step

after

Value:

Type: Logic

Description: Logic value after step

stepTime

Value:

Type: Real

Description: Step time

Connectors (1)

y

Type: DigitalOutput

Description: Output DigitalSignal as connector

Used in Examples (3)

Counter3

Modelica.Electrical.Digital.Examples

3 Bit Counter Example

Counter

Modelica.Electrical.Digital.Examples

Generic N Bit Counter Example

MUX2x1

Modelica.Electrical.Digital.Examples

Simple Multiplexer test

Revisions

August 20, 2003
by Teresa Schlegel initially modelled.