transform_allocate
Pre-allocate data space for a transform to define dataset size before filling it with data, specifying measured, simulated, or both data types.
Instructions
Allocate data space for a Transform with specified size. Used to pre-allocate dataset before filling with data. Default creates both measured and simulated (B) data with dimension 1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| msb | No | M=measured, S=simulated, B=both, C=common | M |
| length | Yes | Number of data points to allocate | |
| transform_path | Yes | Transform path |