The unit called ConcatTime concatenates (appends) a succession of
input data sets at the single input node into a single output set. The
number to be concatenated is set in the user interface (parameter window).
The input data may be SampleSet, ComplexSampleSet, or other VectorType. The output type is the same as the input. The types of the successive input sets must be the same. If they are SampleSets or ComplexSampleSets, they must all have the same sampling rate. If any of these conditions is not satisfied, the unit fails. The output for SampleSet or ComplexSampleSet contains the sampling rate and data acquisition time taken from the first input data set. Although the method works for any VectorTypes, it does not make sense for Spectrum, ComplexSpectrum, and Histogram types. The output for VectorType inputs other than SampleSets or ComplexSampleSets is a plain VectorType with no parameters.