Convert Binary To WDT Stimulus Data (U32)
- Updated2023-02-17
- 2 minute(s) read
Convert Binary To WDT Stimulus Data (U32)
Converts binary data to drive low (0) or drive high (1) digital waveform data types.
You can specify a bitmask to create tristate (Z) data.
Inputs/Outputs

data
The high and low values for the digital waveform.

dt
The specified time between values in digital waveform.

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

drive enable
The specified bitmask that selects between tristating and driving the value selected in the data parameter.
Bits set to 0 translate to Z (tristate), and bits set to 1 translate to the value of the corresponding bit in data. If drive enable is empty, all the values in the array translate to 0 and 1.

compress data
Parameter that specifies whether the digital waveform data is compressed.

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

digital waveform
The returned converted data for the waveform.

error out
Error information.
The node produces this output according to standard error behavior.