Convert Binary To WDT Stimulus And Response Data (U32)

Compiles binary data to bidirectional drive (0, 1, Z) and compare (H, L, X) data.

Note A bit cannot be set to 1 in both the drive enable and compare enable arrays. Comparing values (H, L, and X) always causes the channel to be set to tristate.

Inputs/Outputs

datatype_icon

data

The specified high and low values for driving or comparing data in digital waveform.

datatype_icon

dt

The specified time between values in digital waveform.

datatype_icon

signal list

The specified bits from data that you want to include in the digital waveform.

datatype_icon

drive enable

The bitmask that selects between tristating and driving the value selected in the data.

Bits set to 0 translate to Z (tristate), and bits set to 1 translate to the value of the corresponding bit in data.

datatype_icon

compare enable

The bitmask that selects between X (ignore) and a compare value determined by the data array.

Bits set to 0 translate to X, and bits set to 1 translate to L (compare low) or H (compare high) depending on the value of the corresponding bit in the data array. If this array is empty, all the values in the data array translate to L and H.

datatype_icon

compress data

Parameter that specifies whether the digital waveform data is compressed.

datatype_icon

error in

Error conditions that occur before this node runs.

The node responds to this input according to standard error behavior.

Standard Error Behavior

Default value: No error

datatype_icon

digital waveform

The returned converted data for the waveform.

datatype_icon

error out

Error information.

The node produces this output according to standard error behavior.

Standard Error Behavior