Converts a digital waveform or digital data to analog waveform. You must manually select the polymorphic instance you want to use.


icon

Inputs/Outputs

  • cdigwdt.png digital waveform

    digital waveform is the waveform you want to convert to analog waveform.

  • cdbl.png full-scale range (pk-pk)

    full-scale range (pk-pk) specifies the total peak-to-peak range, or the difference between the minimum and maximum, for the digital waveform or digital data. For example, if the maximum range of a waveform is 1 and the minimum is –1, the full-scale range for the waveform is 2. The default is 2.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. With the following exception, this input provides standard error in functionality.

    If an error occurred before this node runs, this node outputs an empty waveform.

  • cu16.png data format (offset binary)

    data format specifies which binary representation you want to use for the digital waveform or digital data.

    0unsigned binary—Converts the data to unsigned binary.
    1offset binary (default)—The largest negative full-scale value is represented by all zeros, and the largest positive full-scale value is represented by all ones. Zero-scale is represented by a one (MSB) followed by all zeros, for example, binary 1000.
    22's complement—Uses two's complement format, which is a common format for representing signed binary values. This format is similar to offset binary, but the MSB is inverted.
  • imsdt.png analog waveform

    analog waveform returns the waveform resulting from the conversion of digital waveform or digital table.

  • ii32.png resolution (out)

    resolution (out) returns the number of bits represented in the digital waveform or digital data.

  • idbl.png full-scale range (out)

    full-scale range (out) returns the total peak-to-peak range for the digital waveform or digital data.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.