Divides an array at a specified index and returns the two portions.
The element at the specified index appears at the beginning of the second portion.
array
A 1D array of any type.
Data Type Changes on FPGA
When you use this node on the FPGA or simulated FPGA, the data type for this input changes to an array of signed integers rather than floating point doubles.
index
Where to split array. If index is negative or 0, first subarray is empty. If index is equal to or greater than the size of array, second subarray is empty.
first subarray
array[0] through array[index-1].
Data Type Changes on FPGA
When you use this node on the FPGA or simulated FPGA, the data type for this input changes to an array of signed integers rather than floating point doubles.
second subarray
The remaining array elements not already contained in first subarray.
Data Type Changes on FPGA
When you use this node on the FPGA or simulated FPGA, the data type for this input changes to an array of signed integers rather than floating point doubles.
Splitting an Empty Array
If the input array is empty, both output arrays are empty. This node does not generate an error if you pass in an empty array.
Installed By: LabVIEW Communications System Design Suite (introduced in 1.0)
Where This Node Can Run:
Desktop OS: Windows
FPGA: All devices (only within an FPGA Algorithm)