Replace Subset VI

Owning Palette: Digital Waveform VIs and Functions

Requires: Base Development System

Replaces a subset of the input digital waveform or digital data starting at the value specified in start with new digital waveform data (DWDT) or digital data (DTbl). You must manually select the polymorphic instance you want to use.

Use the pull-down menu to select an instance of this VI.

 Add to the block diagram  Find on the palette

DWDT Replace Subset

start value format specifies the search method.

0Samples (default)—The subset begins from a particular element from the set of waveform data in digital waveform in.
1Relative Time—The subset begins from the data value at a particular time.
digital waveform in is the digital waveform for which you want to replace a subset.
new digital waveform is the new digital waveform data with which you want to replace a subset of digital waveform in.
start samples/time is the data element or time value where the subset you are replacing begins.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
signal index specifies the signal at which to begin replacing data. The default is 0.
digital waveform out returns digital waveform in with the replaced subset.
actual start samples/time is the actual data element where you replaced the subset.
error out contains error information. This output provides standard error out functionality.

DTbl Replace Subset

digital data in is the digital data for which you want to replace a subset.
new digital data is the new digital data with which you want to replace a subset of digital data in.
start is the data element where you want to start replacing the digital table subset. The default is 0.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
signal index specifies the signal at which to begin replacing data. The default is 0.
digital data out returns digital data in with the replaced subset.
error out contains error information. This output provides standard error out functionality.