I have an array which I don't know what the dimension is(e.g. if it's 1-D or n-D). I want to extract an element from every set of array (e.g. I want every RcvrTimeTag from first set to 12th set in array49), how do I do it?
The LabVIEW term for what you call "extract" is "unbundle". Your data are in an array of clusters. The clusters contain bundled elements. If you want a particular element unbundled from an array of clusters, use a FOR loop with an Unbundle By Name function to select the element you want. I have attached an example to demonstrate.
There is an ARRAY tool called ARRAY SIZE which will automatically tell you the number of dimensions in an array, plus the number of elements in each dimension.
Eric P. Nichols P.O. Box 56235 North Pole, AK 99705