Converts a spreadsheet string to a digital table.
Boolean that specifies whether to compress the digital output.
Default: False
Numeric or string values separated into columns by delimiters, such as tabs or commas, with an end-of-line (EOL) character separating rows. This input should be a delimited list of ASCII characters representing the 8 supported digital data states, shown in the following table.
Value | Digital Data State | Description |
0 | 0 (Drive Low) | Force logic low. Drive to the low voltage level VOL. |
1 | 1 (Drive High) | Force logic high. Drive to the high voltage level VOH. |
2 | Z (Force Off) | Compare logic low (edge). Compare for a voltage level lower than the low voltage threshold. |
3 | L (Compare Low) | Compare logic high (edge). Compare for a voltage level higher than the high voltage threshold VOH. |
4 | H (Compare High) | Compare logic unknown. Do not compare. |
5 | X (Compare Unknown) | Compare logic high impedance (edge). Compare for a voltage level between the low voltage threshold VOL and the high voltage threshold VOH. |
6 | T (Compare Off) | Compare logic high impedance (edge). Compare for a voltage level between the low voltage threshold VOL and the high voltage threshold VOH. |
7 | V (Compare Valid) | Compare logic valid level (edge). Compare for a voltage level either lower than the low voltage threshold VOL and the high voltage threshold VOH. |
Value or values used to separate fields in the spreadsheet file.
Default: \t
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Default: No error
Numeric that indicated whether the first column from the string input represents the least significant bit (LSB) or most significant bit (MSB) of the waveform.
Default: LSB
Converted set of digital data.
Error information.
The node produces this output according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application