Selects one waveform out of an array of analog or digital waveforms by array index or channel name. The data types you wire to the waveform array and index inputs and the data type of the Y component of the analog waveform determine the polymorphic instance to use.


icon

Inputs/Outputs

  • c1dmsdt.png waveform array

    waveform array is an array of analog waveforms from which to extract a single waveform.

  • cstr.png channel name

    channel name is the channel name of the waveform to extract from waveform array.

    To use this input, the waveform must have a channel name attribute. If you are using a virtual channel, you do not have to set the channel name attribute manually.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • imsdt.png waveform

    waveform is the analog waveform selected from the array of waveforms.

  • ierrcodeclst.png error out

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

  • Examples

    Refer to the following example files included with LabVIEW.

    • labview\examples\Waveform\Waveform - Index Array.vi