blockTable

Digital Tabular Source

Information

The table source output signal y steps to the values of the x table at the corresponding timepoints in the t table.
The initial value is specified by y0.

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

TypeNameDefaultDescription
D.Interfaces.Logic[:]x{L.'1'}Vector of values
Real[size(x, 1)]t{1}Vector of corresponding time points
D.Interfaces.Logicy0L.'U'Initial output value
Integernsize(x, 1)Table size

Connectors

TypeNameDefaultDescription
D.Interfaces.DigitalOutputy

Revisions

August 20, 2003
by Teresa Schlegel initially modelled.