Workspace 6.21.5
|
Extracts a vector of data from the source ArrayNd, outputting it as a DataSeries. The user can control the parameters of the vector by specifying the "Series dimension" input and the "Fixed dimensions" input.
Inputs: | |||
---|---|---|---|
Array | CSIRO::DataAnalysis::ArrayNd | ||
Series dimension | CSIRO::DataAnalysis::NamedDimensionRange | The dimension that will comprise the length of the DataSeries. | |
Fixed dimensions | CSIRO::DataExecution::ObjectArray | Specifies the "fixed" dimensions (those which are the same for all values in the data series). If the "Series dimension" is among the "Fixed dimensions" then it will be ignored. The data type of the entries must be "CSIRO::DataAnalysis::NamedDimensionRange" | |
Outputs: | |||
DataSeries | CSIRO::DataAnalysis::DataSeries |