Workspace 6.21.5
GetDataSeriesFromArrayNd

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.

  • Default label: "Get DataSeries from ND Array"
  • Member of plug-in: Data analysis
  • Catalogue path: Data analysis/Arrays
Inputs:
ArrayCSIRO::DataAnalysis::ArrayNd

Series dimensionCSIRO::DataAnalysis::NamedDimensionRangeThe dimension that will comprise the length of the DataSeries.
Fixed dimensionsCSIRO::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:
DataSeriesCSIRO::DataAnalysis::DataSeries