 |
waveform in specifies the waveform for which you want to retrieve a subset.
 |
t0 specifies the start time of the waveform.
|
 |
dt specifies the time interval in seconds between data points in the waveform.
|
 |
Y specifies the data values of the waveform.
|
|
 |
start index (0) specifies the data element where you want to start acquiring a subset. start index must be less than or equal to the length–1. start index can be positive or negative. Positive values of start index move the subset index up from zero, while negative values move the subset back from the end of the array. If start index is negative, the actual start index equals length + start index.
|
 |
length (-1 = all) specifies the number of samples to retrieve. If length is negative, the function returns the array from the actual start index to the end of the array.
|
 |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
|
 |
waveform subset returns the waveform subset.
 |
t0 returns the start time of the waveform.
|
 |
dt returns the time interval in seconds between data points in the waveform.
|
 |
Y returns the data values of the waveform.
|
|
 |
actual length returns the actual number of elements retrieved from the input array.
|
 |
error out contains error information. This output provides standard error out functionality.
|
 |
end reached indicates whether the specified subset has reached the end of the input array.
|